Html Css Color HEX #4B370B Madras

📋 copy color: '#4B370B'

red 75 ◦ green 55 ◦ blue 11

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

Shades of Madras #4B370B

Tints of Madras #4B370B

RGB

 RED value IS 75 (29.69% from 255) = 53.19%

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

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

R = 53.19%
G = 39.01%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4B370B (or 0x4B370B) is known color: Madras. HEX triplet: 4B, 37 and 0B. RGB value is (75,55,11). Sum of RGB (Red+Green+Blue) = 75+55+11=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B370B is #B4C8F4. Grayscale: #383838. Windows color (decimal): -11847925 or 735051. OLE color: 735051.

HSL color Cylindrical-coordinate representation of color #4B370B: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B370B is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 55 11 -
CMYK 0 0.27 0.85 0.71
HSL 41.25º 0.74% 0.17% -
HSV(B) 41.25º 0.85% 0.29% -
XYZ 4.33 4.25 0.91 -
YUV 55.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 75 55 11 0 0.27 0.85 0.71 41.25 0.74 0.17
Hex 4B 37 B 0 1B 55 47 29 4A 11
Octal 113 67 13 0 33 125 107 51 112 21
Binary 1001011 110111 1011 0 11011 1010101 1000111 101001 1001010 10001

Color Harmonies of #4B370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B370B

Black with #4B370B

Text Example


Text Example

White with #4B370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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