#3B3604

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

Shades of Madras #3B3604

Tints of Madras #3B3604

Color information

#3B3604 (or 0x3B3604) is unknown color: approx Madras. HEX triplet: 3B, 36 and 04. RGB value is (59,54,4). Sum of RGB (Red+Green+Blue) = 59+54+4=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3604 is #C4C9FB. Grayscale: #323232. Windows color (decimal): -12896764 or 276027. OLE color: 276027.

HSL color Cylindrical-coordinate representation of color #3B3604: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B3604 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.77.

Color convert

RGB59544-
CMYK00.080.930.77
HSL54.55º87.3%12.35%-
HSV(B)54.55º93.22%23.14%-
XYZ3.143.580.64-
YUV49.8102.16134.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=50.43%
G=46.15%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954400.080.930.7754.5587.312.35
Hex3B364085D4D3757c
Octal736640101351156712714
Binary111011110110100010001011101100110111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,4); }

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

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

 a { background-color: rgb(59,54,4); }

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

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

 span { border-color: rgb(59,54,4); }

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