Html Css Color HEX #3B3606 Madras

📋 copy color: '#3B3606'

red 59 ◦ green 54 ◦ blue 6

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

Shades of Madras #3B3606

Tints of Madras #3B3606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 49.58%
G = 45.38%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#3B3606 (or 0x3B3606) is known color: Madras. HEX triplet: 3B, 36 and 06. RGB value is (59,54,6). Sum of RGB (Red+Green+Blue) = 59+54+6=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3606 is #C4C9F9. Grayscale: #323232. Windows color (decimal): -12896762 or 407099. OLE color: 407099.

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

Color convert

RGB 59 54 6 -
CMYK 0 0.08 0.90 0.77
HSL 54.34º 0.82% 0.13% -
HSV(B) 54.34º 0.9% 0.23% -
XYZ 3.16 3.58 0.7 -
YUV 50.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 59 54 6 0 0.08 0.90 0.77 54.34 0.82 0.13
Hex 3B 36 6 0 8 5A 4D 36 52 D
Octal 73 66 6 0 10 132 115 66 122 15
Binary 111011 110110 110 0 1000 1011010 1001101 110110 1010010 1101

Color Harmonies of #3B3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3606

Black with #3B3606

Text Example


Text Example

White with #3B3606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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