Html Css Color HEX #48421B Madras

📋 copy color: '#48421B'

red 72 ◦ green 66 ◦ blue 27

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

Shades of Madras #48421B

Tints of Madras #48421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 43.64%
G = 40%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48421B (or 0x48421B) is known color: Madras. HEX triplet: 48, 42 and 1B. RGB value is (72,66,27). Sum of RGB (Red+Green+Blue) = 72+66+27=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421B is #B7BDE4. Grayscale: #3F3F3F. Windows color (decimal): -12041701 or 1786440. OLE color: 1786440.

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

Color convert

RGB 72 66 27 -
CMYK 0 0.08 0.62 0.72
HSL 52º 0.45% 0.19% -
HSV(B) 52º 0.63% 0.28% -
XYZ 4.82 5.35 1.82 -
YUV 63.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 72 66 27 0 0.08 0.62 0.72 52 0.45 0.19
Hex 48 42 1B 0 8 3E 48 34 2D 13
Octal 110 102 33 0 10 76 110 64 55 23
Binary 1001000 1000010 11011 0 1000 111110 1001000 110100 101101 10011

Color Harmonies of #48421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48421B

Black with #48421B

Text Example


Text Example

White with #48421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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