Html Css Color HEX #3B3608 Madras

📋 copy color: '#3B3608'

red 59 ◦ green 54 ◦ blue 8

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

Shades of Madras #3B3608

Tints of Madras #3B3608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 48.76%
G = 44.63%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#3B3608 (or 0x3B3608) is known color: Madras. HEX triplet: 3B, 36 and 08. RGB value is (59,54,8). Sum of RGB (Red+Green+Blue) = 59+54+8=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3608 is #C4C9F7. Grayscale: #323232. Windows color (decimal): -12896760 or 538171. OLE color: 538171.

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

Color convert

RGB 59 54 8 -
CMYK 0 0.08 0.86 0.77
HSL 54.12º 0.76% 0.13% -
HSV(B) 54.12º 0.86% 0.23% -
XYZ 3.17 3.59 0.75 -
YUV 50.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 59 54 8 0 0.08 0.86 0.77 54.12 0.76 0.13
Hex 3B 36 8 0 8 56 4D 36 4C D
Octal 73 66 10 0 10 126 115 66 114 15
Binary 111011 110110 1000 0 1000 1010110 1001101 110110 1001100 1101

Color Harmonies of #3B3608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3608

Black with #3B3608

Text Example


Text Example

White with #3B3608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B3608;
 }
 .AnyTagClassName
 {
   color: #3B3608;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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