Html Css Color HEX #48420E Madras

📋 copy color: '#48420E'

red 72 ◦ green 66 ◦ blue 14

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

Shades of Madras #48420E

Tints of Madras #48420E

RGB

 RED value IS 72 (28.52% from 255) = 47.37%

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 47.37%
G = 43.42%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48420E (or 0x48420E) is known color: Madras. HEX triplet: 48, 42 and 0E. RGB value is (72,66,14). Sum of RGB (Red+Green+Blue) = 72+66+14=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420E is #B7BDF1. Grayscale: #3E3E3E. Windows color (decimal): -12041714 or 934472. OLE color: 934472.

HSL color Cylindrical-coordinate representation of color #48420E: hue angle of 53.79º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48420E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 14 -
CMYK 0 0.08 0.81 0.72
HSL 53.79º 0.67% 0.17% -
HSV(B) 53.79º 0.81% 0.28% -
XYZ 4.7 5.31 1.19 -
YUV 61.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 72 66 14 0 0.08 0.81 0.72 53.79 0.67 0.17
Hex 48 42 E 0 8 51 48 36 43 11
Octal 110 102 16 0 10 121 110 66 103 21
Binary 1001000 1000010 1110 0 1000 1010001 1001000 110110 1000011 10001

Color Harmonies of #48420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48420E

Black with #48420E

Text Example


Text Example

White with #48420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48420E; }

 p { color: rgb(72,66,14); }

 H1.HeaderClassName
 {
   color: #48420E;
 }
 .AnyTagClassName
 {
   color: #48420E;
 }
</style>

background-color css

<style>
 a { background-color: #48420E; }

 a { background-color: rgb(72,66,14); }

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

border-color css

<style>
 span { border-color: #48420E; }

 span { border-color: rgb(72,66,14); }

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