Html Css Color HEX #4B440B Madras

📋 copy color: '#4B440B'

red 75 ◦ green 68 ◦ blue 11

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

Shades of Madras #4B440B

Tints of Madras #4B440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.16%

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

R = 48.7%
G = 44.16%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4B440B (or 0x4B440B) is known color: Madras. HEX triplet: 4B, 44 and 0B. RGB value is (75,68,11). Sum of RGB (Red+Green+Blue) = 75+68+11=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B440B is #B4BBF4. Grayscale: #3F3F3F. Windows color (decimal): -11844597 or 738379. OLE color: 738379.

HSL color Cylindrical-coordinate representation of color #4B440B: hue angle of 53.44º 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 #4B440B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 68 11 -
CMYK 0 0.09 0.85 0.71
HSL 53.44º 0.74% 0.17% -
HSV(B) 53.44º 0.85% 0.29% -
XYZ 5.03 5.65 1.14 -
YUV 63.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 75 68 11 0 0.09 0.85 0.71 53.44 0.74 0.17
Hex 4B 44 B 0 9 55 47 35 4A 11
Octal 113 104 13 0 11 125 107 65 112 21
Binary 1001011 1000100 1011 0 1001 1010101 1000111 110101 1001010 10001

Color Harmonies of #4B440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B440B

Black with #4B440B

Text Example


Text Example

White with #4B440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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