Html Css Color HEX #48390B Madras

📋 copy color: '#48390B'

red 72 ◦ green 57 ◦ blue 11

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

Shades of Madras #48390B

Tints of Madras #48390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 51.43%
G = 40.71%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48390B (or 0x48390B) is known color: Madras. HEX triplet: 48, 39 and 0B. RGB value is (72,57,11). Sum of RGB (Red+Green+Blue) = 72+57+11=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48390B is #B7C6F4. Grayscale: #383838. Windows color (decimal): -12044021 or 735560. OLE color: 735560.

HSL color Cylindrical-coordinate representation of color #48390B: hue angle of 45.25º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48390B is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 11 -
CMYK 0 0.21 0.85 0.72
HSL 45.25º 0.73% 0.16% -
HSV(B) 45.25º 0.85% 0.28% -
XYZ 4.2 4.33 0.93 -
YUV 56.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 72 57 11 0 0.21 0.85 0.72 45.25 0.73 0.16
Hex 48 39 B 0 15 55 48 2D 49 10
Octal 110 71 13 0 25 125 110 55 111 20
Binary 1001000 111001 1011 0 10101 1010101 1001000 101101 1001001 10000

Color Harmonies of #48390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48390B

Black with #48390B

Text Example


Text Example

White with #48390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,57,11); }

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

background-color css

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

 a { background-color: rgb(72,57,11); }

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

border-color css

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

 span { border-color: rgb(72,57,11); }

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