Html Css Color HEX #483F12 Madras

📋 copy color: '#483F12'

red 72 ◦ green 63 ◦ blue 18

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

Shades of Madras #483F12

Tints of Madras #483F12

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

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

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483F12 (or 0x483F12) is known color: Madras. HEX triplet: 48, 3F and 12. RGB value is (72,63,18). Sum of RGB (Red+Green+Blue) = 72+63+18=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F12 is #B7C0ED. Grayscale: #3C3C3C. Windows color (decimal): -12042478 or 1195848. OLE color: 1195848.

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

Color convert

RGB 72 63 18 -
CMYK 0 0.12 0.75 0.72
HSL 50º 0.6% 0.18% -
HSV(B) 50º 0.75% 0.28% -
XYZ 4.56 4.98 1.29 -
YUV 60.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 72 63 18 0 0.12 0.75 0.72 50 0.6 0.18
Hex 48 3F 12 0 C 4B 48 32 3C 12
Octal 110 77 22 0 14 113 110 62 74 22
Binary 1001000 111111 10010 0 1100 1001011 1001000 110010 111100 10010

Color Harmonies of #483F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F12

Black with #483F12

Text Example


Text Example

White with #483F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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