#C39B3A

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

Shades of Roti #C39B3A

Tints of Roti #C39B3A

Color information

#C39B3A (or 0xC39B3A) is unknown color: approx Roti. HEX triplet: C3, 9B and 3A. RGB value is (195,155,58). Sum of RGB (Red+Green+Blue) = 195+155+58=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B3A is #3C64C5. Grayscale: #9C9C9C. Windows color (decimal): -3957958 or 3840963. OLE color: 3840963.

HSL color Cylindrical-coordinate representation of color #C39B3A: hue angle of 42.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C39B3A is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19515558-
CMYK00.210.700.24
HSL42.48º54.15%49.61%-
HSV(B)42.48º70.26%76.47%-
XYZ34.9935.358.98-
YUV155.972.75155.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 58 (23.05% from 255) = 14.22%
R=47.79%
G=37.99%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951555800.210.700.2442.4854.1549.61
HexC39B3A01546182a3632
Octal3032337202510630526662
Binary1100001110011011111010010101100011011000101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B3A; }

 p { color: rgb(195,155,58); }

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

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

 a { background-color: rgb(195,155,58); }

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

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

 span { border-color: rgb(195,155,58); }

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