Html Css Color HEX #48370D Madras

📋 copy color: '#48370D'

red 72 ◦ green 55 ◦ blue 13

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

Shades of Madras #48370D

Tints of Madras #48370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 51.43%
G = 39.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48370D (or 0x48370D) is known color: Madras. HEX triplet: 48, 37 and 0D. RGB value is (72,55,13). Sum of RGB (Red+Green+Blue) = 72+55+13=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48370D is #B7C8F2. Grayscale: #373737. Windows color (decimal): -12044531 or 866120. OLE color: 866120.

HSL color Cylindrical-coordinate representation of color #48370D: hue angle of 42.71º 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 #48370D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 13 -
CMYK 0 0.24 0.82 0.72
HSL 42.71º 0.69% 0.17% -
HSV(B) 42.71º 0.82% 0.28% -
XYZ 4.11 4.14 0.96 -
YUV 55.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 72 55 13 0 0.24 0.82 0.72 42.71 0.69 0.17
Hex 48 37 D 0 18 52 48 2B 45 11
Octal 110 67 15 0 30 122 110 53 105 21
Binary 1001000 110111 1101 0 11000 1010010 1001000 101011 1000101 10001

Color Harmonies of #48370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48370D

Black with #48370D

Text Example


Text Example

White with #48370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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