Html Css Color HEX #483912 Madras

📋 copy color: '#483912'

red 72 ◦ green 57 ◦ blue 18

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

Shades of Madras #483912

Tints of Madras #483912

RGB

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

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

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

R = 48.98%
G = 38.78%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483912 (or 0x483912) is known color: Madras. HEX triplet: 48, 39 and 12. RGB value is (72,57,18). Sum of RGB (Red+Green+Blue) = 72+57+18=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483912 is #B7C6ED. Grayscale: #393939. Windows color (decimal): -12044014 or 1194312. OLE color: 1194312.

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

Color convert

RGB 72 57 18 -
CMYK 0 0.21 0.75 0.72
HSL 43.33º 0.6% 0.18% -
HSV(B) 43.33º 0.75% 0.28% -
XYZ 4.24 4.35 1.19 -
YUV 57.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 72 57 18 0 0.21 0.75 0.72 43.33 0.6 0.18
Hex 48 39 12 0 15 4B 48 2B 3C 12
Octal 110 71 22 0 25 113 110 53 74 22
Binary 1001000 111001 10010 0 10101 1001011 1001000 101011 111100 10010

Color Harmonies of #483912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483912

Black with #483912

Text Example


Text Example

White with #483912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483912; }

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

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

background-color css

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

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

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

border-color css

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

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

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