Html Css Color HEX #483918 Madras

📋 copy color: '#483918'

red 72 ◦ green 57 ◦ blue 24

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

Shades of Madras #483918

Tints of Madras #483918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 47.06%
G = 37.25%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483918 (or 0x483918) is known color: Madras. HEX triplet: 48, 39 and 18. RGB value is (72,57,24). Sum of RGB (Red+Green+Blue) = 72+57+24=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483918 is #B7C6E7. Grayscale: #393939. Windows color (decimal): -12044008 or 1587528. OLE color: 1587528.

HSL color Cylindrical-coordinate representation of color #483918: hue angle of 41.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483918 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 24 -
CMYK 0 0.21 0.67 0.72
HSL 41.25º 0.5% 0.19% -
HSV(B) 41.25º 0.67% 0.28% -
XYZ 4.3 4.37 1.48 -
YUV 57.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 72 57 24 0 0.21 0.67 0.72 41.25 0.5 0.19
Hex 48 39 18 0 15 43 48 29 32 13
Octal 110 71 30 0 25 103 110 51 62 23
Binary 1001000 111001 11000 0 10101 1000011 1001000 101001 110010 10011

Color Harmonies of #483918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483918

Black with #483918

Text Example


Text Example

White with #483918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483918; }

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

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

background-color css

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

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

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

border-color css

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

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

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