Html Css Color HEX #48420C Madras

📋 copy color: '#48420C'

red 72 ◦ green 66 ◦ blue 12

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

Shades of Madras #48420C

Tints of Madras #48420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8%

R = 48%
G = 44%
B = 8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48420C (or 0x48420C) is known color: Madras. HEX triplet: 48, 42 and 0C. RGB value is (72,66,12). Sum of RGB (Red+Green+Blue) = 72+66+12=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420C is #B7BDF3. Grayscale: #3D3D3D. Windows color (decimal): -12041716 or 803400. OLE color: 803400.

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

Color convert

RGB 72 66 12 -
CMYK 0 0.08 0.83 0.72
HSL 54º 0.71% 0.16% -
HSV(B) 54º 0.83% 0.28% -
XYZ 4.69 5.3 1.12 -
YUV 61.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 72 66 12 0 0.08 0.83 0.72 54 0.71 0.16
Hex 48 42 C 0 8 53 48 36 47 10
Octal 110 102 14 0 10 123 110 66 107 20
Binary 1001000 1000010 1100 0 1000 1010011 1001000 110110 1000111 10000

Color Harmonies of #48420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48420C

Black with #48420C

Text Example


Text Example

White with #48420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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