Html Css Color HEX #483913 Madras

📋 copy color: '#483913'

red 72 ◦ green 57 ◦ blue 19

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

Shades of Madras #483913

Tints of Madras #483913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 48.65%
G = 38.51%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483913 (or 0x483913) is known color: Madras. HEX triplet: 48, 39 and 13. RGB value is (72,57,19). Sum of RGB (Red+Green+Blue) = 72+57+19=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483913 is #B7C6EC. Grayscale: #393939. Windows color (decimal): -12044013 or 1259848. OLE color: 1259848.

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

Color convert

RGB 72 57 19 -
CMYK 0 0.21 0.74 0.72
HSL 43.02º 0.58% 0.18% -
HSV(B) 43.02º 0.74% 0.28% -
XYZ 4.25 4.35 1.23 -
YUV 57.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 72 57 19 0 0.21 0.74 0.72 43.02 0.58 0.18
Hex 48 39 13 0 15 4A 48 2B 3A 12
Octal 110 71 23 0 25 112 110 53 72 22
Binary 1001000 111001 10011 0 10101 1001010 1001000 101011 111010 10010

Color Harmonies of #483913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483913

Black with #483913

Text Example


Text Example

White with #483913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483913; }

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

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

background-color css

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

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

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

border-color css

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

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

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