#c49d44

Color #C49D44 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C49D44

Tints of Roti #C49D44

Color information

#C49D44 (or 0xC49D44) is unknown color: approx Roti. HEX triplet: C4, 9D and 44. RGB value is (196,157,68). Sum of RGB (Red+Green+Blue) = 196+157+68=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D44 is #3B62BB. Grayscale: #9E9E9E. Windows color (decimal): -3891900 or 4496836. OLE color: 4496836.

HSL color Cylindrical-coordinate representation of color #C49D44: hue angle of 41.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C49D44 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19615768-
CMYK00.200.650.23
HSL41.72º52.03%51.76%-
HSV(B)41.72º65.31%76.86%-
XYZ35.8736.2710.58-
YUV158.5176.92154.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=46.56%
G=37.29%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961576800.200.650.2341.7252.0351.76
HexC49D4401441172a3434
Octal30423510402410127526464
Binary11000100100111011000100010100100000110111101010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49d44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49d44; }

 p { color: rgb(196,157,68); }

 H1.HeaderClassName
 {
   color: #c49d44;
 }
 .AnyTagClassName
 {
   color: #c49d44;
 }
</style>
background-color css

<style>
 a { background-color: #c49d44; }

 a { background-color: rgb(196,157,68); }

 div.DivClassName
 {
   background-color: #c49d44;
 }
 .BgClassName
 {
   background-color: #c49d44;
 }
</style>
border-color css

<style>
 span { border-color: #c49d44; }

 span { border-color: rgb(196,157,68); }

 td.TdClassName
 {
   border-color: #c49d44;
 }
 .TagClassName
 {
   border-color: #c49d44;
 }
</style>