Html Css Color HEX #48420A Madras

📋 copy color: '#48420A'

red 72 ◦ green 66 ◦ blue 10

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

Shades of Madras #48420A

Tints of Madras #48420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 48.65%
G = 44.59%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48420A (or 0x48420A) is known color: Madras. HEX triplet: 48, 42 and 0A. RGB value is (72,66,10). Sum of RGB (Red+Green+Blue) = 72+66+10=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420A is #B7BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12041718 or 672328. OLE color: 672328.

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

Color convert

RGB 72 66 10 -
CMYK 0 0.08 0.86 0.72
HSL 54.19º 0.76% 0.16% -
HSV(B) 54.19º 0.86% 0.28% -
XYZ 4.68 5.3 1.06 -
YUV 61.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 72 66 10 0 0.08 0.86 0.72 54.19 0.76 0.16
Hex 48 42 A 0 8 56 48 36 4C 10
Octal 110 102 12 0 10 126 110 66 114 20
Binary 1001000 1000010 1010 0 1000 1010110 1001000 110110 1001100 10000

Color Harmonies of #48420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48420A

Black with #48420A

Text Example


Text Example

White with #48420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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