#4B430C

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

Shades of Madras #4B430C

Tints of Madras #4B430C

Color information

#4B430C (or 0x4B430C) is unknown color: approx Madras. HEX triplet: 4B, 43 and 0C. RGB value is (75,67,12). Sum of RGB (Red+Green+Blue) = 75+67+12=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B430C is #B4BCF3. Grayscale: #3F3F3F. Windows color (decimal): -11844852 or 803659. OLE color: 803659.

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

Color convert

RGB756712-
CMYK00.110.840.71
HSL52.38º72.41%17.06%-
HSV(B)52.38º84%29.41%-
XYZ4.985.541.15-
YUV63.1299.15136.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=48.70%
G=43.51%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75671200.110.840.7152.3872.4117.06
Hex4B43C0B5447344811
Octal113103140131241076411021
Binary1001011100001111000101110101001000111110100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,12); }

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

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

 a { background-color: rgb(75,67,12); }

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

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

 span { border-color: rgb(75,67,12); }

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