#4B421A

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

Shades of Madras #4B421A

Tints of Madras #4B421A

Color information

#4B421A (or 0x4B421A) is unknown color: approx Madras. HEX triplet: 4B, 42 and 1A. RGB value is (75,66,26). Sum of RGB (Red+Green+Blue) = 75+66+26=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B421A is #B4BDE5. Grayscale: #404040. Windows color (decimal): -11845094 or 1720907. OLE color: 1720907.

HSL color Cylindrical-coordinate representation of color #4B421A: hue angle of 48.98º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B421A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB756626-
CMYK00.120.650.71
HSL48.98º48.51%19.8%-
HSV(B)48.98º65.33%29.41%-
XYZ5.045.471.77-
YUV64.13106.48135.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=44.91%
G=39.52%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75662600.120.650.7148.9848.5119.8
Hex4B421A0C4147313114
Octal11310232014101107616124
Binary1001011100001011010011001000001100011111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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