#3B3606

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

Shades of Madras #3B3606

Tints of Madras #3B3606

Color information

#3B3606 (or 0x3B3606) is unknown color: approx 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

RGB59546-
CMYK00.080.900.77
HSL54.34º81.54%12.75%-
HSV(B)54.34º89.83%23.14%-
XYZ3.163.580.7-
YUV50.02103.16134.4-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954600.080.900.7754.3481.5412.75
Hex3B366085A4D3652d
Octal736660101321156612215
Binary111011110110110010001011010100110111011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>