Html Css Color HEX #48420D Madras

📋 copy color: '#48420D'

red 72 ◦ green 66 ◦ blue 13

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

Shades of Madras #48420D

Tints of Madras #48420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 47.68%
G = 43.71%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48420D (or 0x48420D) is known color: Madras. HEX triplet: 48, 42 and 0D. RGB value is (72,66,13). Sum of RGB (Red+Green+Blue) = 72+66+13=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420D is #B7BDF2. Grayscale: #3D3D3D. Windows color (decimal): -12041715 or 868936. OLE color: 868936.

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

Color convert

RGB 72 66 13 -
CMYK 0 0.08 0.82 0.72
HSL 53.9º 0.69% 0.17% -
HSV(B) 53.9º 0.82% 0.28% -
XYZ 4.69 5.3 1.16 -
YUV 61.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 72 66 13 0 0.08 0.82 0.72 53.9 0.69 0.17
Hex 48 42 D 0 8 52 48 36 45 11
Octal 110 102 15 0 10 122 110 66 105 21
Binary 1001000 1000010 1101 0 1000 1010010 1001000 110110 1000101 10001

Color Harmonies of #48420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48420D

Black with #48420D

Text Example


Text Example

White with #48420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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