#c49b3f

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

Shades of Roti #C49B3F

Tints of Roti #C49B3F

Color information

#C49B3F (or 0xC49B3F) is unknown color: approx Roti. HEX triplet: C4, 9B and 3F. RGB value is (196,155,63). Sum of RGB (Red+Green+Blue) = 196+155+63=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B3F is #3B64C0. Grayscale: #9D9D9D. Windows color (decimal): -3892417 or 4168644. OLE color: 4168644.

HSL color Cylindrical-coordinate representation of color #C49B3F: hue angle of 41.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C49B3F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19615563-
CMYK00.210.680.23
HSL41.5º52.99%50.78%-
HSV(B)41.5º67.86%76.86%-
XYZ35.3835.549.7-
YUV156.7775.08155.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 63 (25% from 255) = 15.22%
R=47.34%
G=37.44%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961556300.210.680.2341.552.9950.78
HexC49B3F01544172a3533
Octal3042337702510427526563
Binary1100010010011011111111010101100010010111101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49b3f; }

 p { color: rgb(196,155,63); }

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

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

 a { background-color: rgb(196,155,63); }

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

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

 span { border-color: rgb(196,155,63); }

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