#3C3908

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

Shades of Madras #3C3908

Tints of Madras #3C3908

Color information

#3C3908 (or 0x3C3908) is unknown color: approx Madras. HEX triplet: 3C, 39 and 08. RGB value is (60,57,8). Sum of RGB (Red+Green+Blue) = 60+57+8=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3908 is #C3C6F7. Grayscale: #343434. Windows color (decimal): -12830456 or 538940. OLE color: 538940.

HSL color Cylindrical-coordinate representation of color #3C3908: hue angle of 56.54º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C3908 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB60578-
CMYK00.050.870.76
HSL56.54º76.47%13.33%-
HSV(B)56.54º86.67%23.53%-
XYZ3.373.90.81-
YUV52.31102.99133.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=48%
G=45.6%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6057800.050.870.7656.5476.4713.33
Hex3C39805574C394cd
Octal747110051271147111415
Binary111100111001100001011010111100110011100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3908; }

 p { color: rgb(60,57,8); }

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

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

 a { background-color: rgb(60,57,8); }

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

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

 span { border-color: rgb(60,57,8); }

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