Html Css Color HEX #48400D Madras

📋 copy color: '#48400D'

red 72 ◦ green 64 ◦ blue 13

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

Shades of Madras #48400D

Tints of Madras #48400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 48.32%
G = 42.95%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48400D (or 0x48400D) is known color: Madras. HEX triplet: 48, 40 and 0D. RGB value is (72,64,13). Sum of RGB (Red+Green+Blue) = 72+64+13=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400D is #B7BFF2. Grayscale: #3C3C3C. Windows color (decimal): -12042227 or 868424. OLE color: 868424.

HSL color Cylindrical-coordinate representation of color #48400D: hue angle of 51.86º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48400D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 13 -
CMYK 0 0.11 0.82 0.72
HSL 51.86º 0.69% 0.17% -
HSV(B) 51.86º 0.82% 0.28% -
XYZ 4.58 5.07 1.12 -
YUV 60.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 72 64 13 0 0.11 0.82 0.72 51.86 0.69 0.17
Hex 48 40 D 0 B 52 48 34 45 11
Octal 110 100 15 0 13 122 110 64 105 21
Binary 1001000 1000000 1101 0 1011 1010010 1001000 110100 1000101 10001

Color Harmonies of #48400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48400D

Black with #48400D

Text Example


Text Example

White with #48400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48400D; }

 p { color: rgb(72,64,13); }

 H1.HeaderClassName
 {
   color: #48400D;
 }
 .AnyTagClassName
 {
   color: #48400D;
 }
</style>

background-color css

<style>
 a { background-color: #48400D; }

 a { background-color: rgb(72,64,13); }

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

border-color css

<style>
 span { border-color: #48400D; }

 span { border-color: rgb(72,64,13); }

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