Html Css Color HEX #483808 Madras

📋 copy color: '#483808'

red 72 ◦ green 56 ◦ blue 8

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

Shades of Madras #483808

Tints of Madras #483808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 8 (3.52% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483808 (or 0x483808) is known color: Madras. HEX triplet: 48, 38 and 08. RGB value is (72,56,8). Sum of RGB (Red+Green+Blue) = 72+56+8=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483808 is #B7C7F7. Grayscale: #373737. Windows color (decimal): -12044280 or 538696. OLE color: 538696.

HSL color Cylindrical-coordinate representation of color #483808: hue angle of 45º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483808 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 8 -
CMYK 0 0.22 0.89 0.72
HSL 45º 0.8% 0.16% -
HSV(B) 45º 0.89% 0.28% -
XYZ 4.13 4.22 0.83 -
YUV 55.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 72 56 8 0 0.22 0.89 0.72 45 0.8 0.16
Hex 48 38 8 0 16 59 48 2D 50 10
Octal 110 70 10 0 26 131 110 55 120 20
Binary 1001000 111000 1000 0 10110 1011001 1001000 101101 1010000 10000

Color Harmonies of #483808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483808

Black with #483808

Text Example


Text Example

White with #483808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483808; }

 p { color: rgb(72,56,8); }

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

background-color css

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

 a { background-color: rgb(72,56,8); }

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

border-color css

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

 span { border-color: rgb(72,56,8); }

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