#3B370F

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

Shades of Madras #3B370F

Tints of Madras #3B370F

Color information

#3B370F (or 0x3B370F) is unknown color: approx Madras. HEX triplet: 3B, 37 and 0F. RGB value is (59,55,15). Sum of RGB (Red+Green+Blue) = 59+55+15=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B370F is #C4C8F0. Grayscale: #333333. Windows color (decimal): -12896497 or 997179. OLE color: 997179.

HSL color Cylindrical-coordinate representation of color #3B370F: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B370F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB595515-
CMYK00.070.750.77
HSL54.55º59.46%14.51%-
HSV(B)54.55º74.58%23.14%-
XYZ3.263.70.99-
YUV51.64107.33133.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=45.74%
G=42.64%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59551500.070.750.7754.5559.4614.51
Hex3B37F074B4D373bf
Octal73671707113115677317
Binary11101111011111110111100101110011011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,15); }

 H1.HeaderClassName
 {
   color: #3B370F;
 }
 .AnyTagClassName
 {
   color: #3B370F;
 }
</style>
background-color css

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

 a { background-color: rgb(59,55,15); }

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

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

 span { border-color: rgb(59,55,15); }

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