Html Css Color HEX #3B370B Madras

📋 copy color: '#3B370B'

red 59 ◦ green 55 ◦ blue 11

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

Shades of Madras #3B370B

Tints of Madras #3B370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 47.2%
G = 44%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#3B370B (or 0x3B370B) is known color: Madras. HEX triplet: 3B, 37 and 0B. RGB value is (59,55,11). Sum of RGB (Red+Green+Blue) = 59+55+11=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B370B is #C4C8F4. Grayscale: #333333. Windows color (decimal): -12896501 or 735035. OLE color: 735035.

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

Color convert

RGB 59 55 11 -
CMYK 0 0.07 0.81 0.77
HSL 55º 0.69% 0.14% -
HSV(B) 55º 0.81% 0.23% -
XYZ 3.23 3.69 0.86 -
YUV 51.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 59 55 11 0 0.07 0.81 0.77 55 0.69 0.14
Hex 3B 37 B 0 7 51 4D 37 45 E
Octal 73 67 13 0 7 121 115 67 105 16
Binary 111011 110111 1011 0 111 1010001 1001101 110111 1000101 1110

Color Harmonies of #3B370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B370B

Black with #3B370B

Text Example


Text Example

White with #3B370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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