Html Css Color HEX #48370F Madras

📋 copy color: '#48370F'

red 72 ◦ green 55 ◦ blue 15

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

Shades of Madras #48370F

Tints of Madras #48370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 50.7%
G = 38.73%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48370F (or 0x48370F) is known color: Madras. HEX triplet: 48, 37 and 0F. RGB value is (72,55,15). Sum of RGB (Red+Green+Blue) = 72+55+15=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48370F is #B7C8F0. Grayscale: #373737. Windows color (decimal): -12044529 or 997192. OLE color: 997192.

HSL color Cylindrical-coordinate representation of color #48370F: hue angle of 42.11º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48370F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 15 -
CMYK 0 0.24 0.79 0.72
HSL 42.11º 0.66% 0.17% -
HSV(B) 42.11º 0.79% 0.28% -
XYZ 4.12 4.14 1.03 -
YUV 55.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 72 55 15 0 0.24 0.79 0.72 42.11 0.66 0.17
Hex 48 37 F 0 18 4F 48 2A 42 11
Octal 110 67 17 0 30 117 110 52 102 21
Binary 1001000 110111 1111 0 11000 1001111 1001000 101010 1000010 10001

Color Harmonies of #48370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48370F

Black with #48370F

Text Example


Text Example

White with #48370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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