#4B420B

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

Shades of Madras #4B420B

Tints of Madras #4B420B

Color information

#4B420B (or 0x4B420B) is unknown color: approx Madras. HEX triplet: 4B, 42 and 0B. RGB value is (75,66,11). Sum of RGB (Red+Green+Blue) = 75+66+11=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B420B is #B4BDF4. Grayscale: #3E3E3E. Windows color (decimal): -11845109 or 737867. OLE color: 737867.

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

Color convert

RGB756611-
CMYK00.120.850.71
HSL51.56º74.42%16.86%-
HSV(B)51.56º85.33%29.41%-
XYZ4.915.421.1-
YUV62.4298.98136.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=49.34%
G=43.42%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75661100.120.850.7151.5674.4216.86
Hex4B42B0C5547344a11
Octal113102130141251076411221
Binary1001011100001010110110010101011000111110100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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