Html Css Color HEX #484313 Madras

📋 copy color: '#484313'

red 72 ◦ green 67 ◦ blue 19

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

Shades of Madras #484313

Tints of Madras #484313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

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

R = 45.57%
G = 42.41%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484313 (or 0x484313) is known color: Madras. HEX triplet: 48, 43 and 13. RGB value is (72,67,19). Sum of RGB (Red+Green+Blue) = 72+67+19=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484313 is #B7BCEC. Grayscale: #3F3F3F. Windows color (decimal): -12041453 or 1262408. OLE color: 1262408.

HSL color Cylindrical-coordinate representation of color #484313: hue angle of 54.34º 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 #484313 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 19 -
CMYK 0 0.07 0.74 0.72
HSL 54.34º 0.58% 0.18% -
HSV(B) 54.34º 0.74% 0.28% -
XYZ 4.8 5.44 1.41 -
YUV 63.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 72 67 19 0 0.07 0.74 0.72 54.34 0.58 0.18
Hex 48 43 13 0 7 4A 48 36 3A 12
Octal 110 103 23 0 7 112 110 66 72 22
Binary 1001000 1000011 10011 0 111 1001010 1001000 110110 111010 10010

Color Harmonies of #484313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484313

Black with #484313

Text Example


Text Example

White with #484313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484313; }

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

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

background-color css

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

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

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

border-color css

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

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

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