Html Css Color HEX #3B3604 Madras

📋 copy color: '#3B3604'

red 59 ◦ green 54 ◦ blue 4

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

Shades of Madras #3B3604

Tints of Madras #3B3604

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 value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.77

RGB Variations

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

Color information

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

RGB 59 54 4 -
CMYK 0 0.08 0.93 0.77
HSL 54.55º 0.87% 0.12% -
HSV(B) 54.55º 0.93% 0.23% -
XYZ 3.14 3.58 0.64 -
YUV 49.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 59 54 4 0 0.08 0.93 0.77 54.55 0.87 0.12
Hex 3B 36 4 0 8 5D 4D 37 57 C
Octal 73 66 4 0 10 135 115 67 127 14
Binary 111011 110110 100 0 1000 1011101 1001101 110111 1010111 1100

Color Harmonies of #3B3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3604

Black with #3B3604

Text Example


Text Example

White with #3B3604

Text Example


Text Example

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