#3B3602

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

Shades of Madras #3B3602

Tints of Madras #3B3602

Color information

#3B3602 (or 0x3B3602) is unknown color: approx Madras. HEX triplet: 3B, 36 and 02. RGB value is (59,54,2). Sum of RGB (Red+Green+Blue) = 59+54+2=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3602 is #C4C9FD. Grayscale: #313131. Windows color (decimal): -12896766 or 144955. OLE color: 144955.

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

Color convert

RGB59542-
CMYK00.080.970.77
HSL54.74º93.44%11.96%-
HSV(B)54.74º96.61%23.14%-
XYZ3.133.570.58-
YUV49.57101.16134.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=51.30%
G=46.96%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954200.080.970.7754.7493.4411.96
Hex3B36208614D375dc
Octal736620101411156713514
Binary11101111011010010001100001100110111011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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