Html Css Color HEX #3B3602 Madras

📋 copy color: '#3B3602'

red 59 ◦ green 54 ◦ blue 2

#3B3602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #3B3602

Tints of Madras #3B3602

RGB

 RED value IS 59 (23.44% from 255) = 51.3%

 GREEN value IS 54 (21.48% from 255) = 46.96%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 51.3%
G = 46.96%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#3B3602 (or 0x3B3602) is known color: 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

RGB 59 54 2 -
CMYK 0 0.08 0.97 0.77
HSL 54.74º 0.93% 0.12% -
HSV(B) 54.74º 0.97% 0.23% -
XYZ 3.13 3.57 0.58 -
YUV 49.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 59 54 2 0 0.08 0.97 0.77 54.74 0.93 0.12
Hex 3B 36 2 0 8 61 4D 37 5D C
Octal 73 66 2 0 10 141 115 67 135 14
Binary 111011 110110 10 0 1000 1100001 1001101 110111 1011101 1100

Color Harmonies of #3B3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3602

Black with #3B3602

Text Example


Text Example

White with #3B3602

Text Example


Text Example

HTML Codes & Css Web 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>