Html Css Color HEX #48420B Madras

📋 copy color: '#48420B'

red 72 ◦ green 66 ◦ blue 11

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

Shades of Madras #48420B

Tints of Madras #48420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.38%

R = 48.32%
G = 44.3%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48420B (or 0x48420B) is known color: Madras. HEX triplet: 48, 42 and 0B. RGB value is (72,66,11). Sum of RGB (Red+Green+Blue) = 72+66+11=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420B is #B7BDF4. Grayscale: #3D3D3D. Windows color (decimal): -12041717 or 737864. OLE color: 737864.

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

Color convert

RGB 72 66 11 -
CMYK 0 0.08 0.85 0.72
HSL 54.1º 0.73% 0.16% -
HSV(B) 54.1º 0.85% 0.28% -
XYZ 4.68 5.3 1.09 -
YUV 61.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 72 66 11 0 0.08 0.85 0.72 54.1 0.73 0.16
Hex 48 42 B 0 8 55 48 36 49 10
Octal 110 102 13 0 10 125 110 66 111 20
Binary 1001000 1000010 1011 0 1000 1010101 1001000 110110 1001001 10000

Color Harmonies of #48420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48420B

Black with #48420B

Text Example


Text Example

White with #48420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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