Html Css Color HEX #4B370D Madras

📋 copy color: '#4B370D'

red 75 ◦ green 55 ◦ blue 13

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

Shades of Madras #4B370D

Tints of Madras #4B370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 52.45%
G = 38.46%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#4B370D (or 0x4B370D) is known color: Madras. HEX triplet: 4B, 37 and 0D. RGB value is (75,55,13). Sum of RGB (Red+Green+Blue) = 75+55+13=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B370D is #B4C8F2. Grayscale: #383838. Windows color (decimal): -11847923 or 866123. OLE color: 866123.

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

Color convert

RGB 75 55 13 -
CMYK 0 0.27 0.83 0.71
HSL 40.65º 0.7% 0.17% -
HSV(B) 40.65º 0.83% 0.29% -
XYZ 4.34 4.26 0.97 -
YUV 56.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 75 55 13 0 0.27 0.83 0.71 40.65 0.7 0.17
Hex 4B 37 D 0 1B 53 47 29 46 11
Octal 113 67 15 0 33 123 107 51 106 21
Binary 1001011 110111 1101 0 11011 1010011 1000111 101001 1000110 10001

Color Harmonies of #4B370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B370D

Black with #4B370D

Text Example


Text Example

White with #4B370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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