Html Css Color HEX #484312 Madras

📋 copy color: '#484312'

red 72 ◦ green 67 ◦ blue 18

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

Shades of Madras #484312

Tints of Madras #484312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.46%

R = 45.86%
G = 42.68%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#484312 (or 0x484312) is known color: Madras. HEX triplet: 48, 43 and 12. RGB value is (72,67,18). Sum of RGB (Red+Green+Blue) = 72+67+18=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484312 is #B7BCED. Grayscale: #3F3F3F. Windows color (decimal): -12041454 or 1196872. OLE color: 1196872.

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

Color convert

RGB 72 67 18 -
CMYK 0 0.07 0.75 0.72
HSL 54.44º 0.6% 0.18% -
HSV(B) 54.44º 0.75% 0.28% -
XYZ 4.79 5.44 1.37 -
YUV 62.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 72 67 18 0 0.07 0.75 0.72 54.44 0.6 0.18
Hex 48 43 12 0 7 4B 48 36 3C 12
Octal 110 103 22 0 7 113 110 66 74 22
Binary 1001000 1000011 10010 0 111 1001011 1001000 110110 111100 10010

Color Harmonies of #484312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484312

Black with #484312

Text Example


Text Example

White with #484312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484312; }

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

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

background-color css

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

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

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

border-color css

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

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

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