Html Css Color HEX #48440A Madras

📋 copy color: '#48440A'

red 72 ◦ green 68 ◦ blue 10

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

Shades of Madras #48440A

Tints of Madras #48440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 48%
G = 45.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48440A (or 0x48440A) is known color: Madras. HEX triplet: 48, 44 and 0A. RGB value is (72,68,10). Sum of RGB (Red+Green+Blue) = 72+68+10=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440A is #B7BBF5. Grayscale: #3E3E3E. Windows color (decimal): -12041206 or 672840. OLE color: 672840.

HSL color Cylindrical-coordinate representation of color #48440A: hue angle of 56.13º 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 #48440A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 10 -
CMYK 0 0.06 0.86 0.72
HSL 56.13º 0.76% 0.16% -
HSV(B) 56.13º 0.86% 0.28% -
XYZ 4.79 5.53 1.1 -
YUV 62.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 72 68 10 0 0.06 0.86 0.72 56.13 0.76 0.16
Hex 48 44 A 0 6 56 48 38 4C 10
Octal 110 104 12 0 6 126 110 70 114 20
Binary 1001000 1000100 1010 0 110 1010110 1001000 111000 1001100 10000

Color Harmonies of #48440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48440A

Black with #48440A

Text Example


Text Example

White with #48440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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