Html Css Color HEX #483F14 Madras

📋 copy color: '#483F14'

red 72 ◦ green 63 ◦ blue 20

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

Shades of Madras #483F14

Tints of Madras #483F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 46.45%
G = 40.65%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483F14 (or 0x483F14) is known color: Madras. HEX triplet: 48, 3F and 14. RGB value is (72,63,20). Sum of RGB (Red+Green+Blue) = 72+63+20=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F14 is #B7C0EB. Grayscale: #3C3C3C. Windows color (decimal): -12042476 or 1326920. OLE color: 1326920.

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

Color convert

RGB 72 63 20 -
CMYK 0 0.12 0.72 0.72
HSL 49.62º 0.57% 0.18% -
HSV(B) 49.62º 0.72% 0.28% -
XYZ 4.58 4.98 1.38 -
YUV 60.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 72 63 20 0 0.12 0.72 0.72 49.62 0.57 0.18
Hex 48 3F 14 0 C 48 48 32 39 12
Octal 110 77 24 0 14 110 110 62 71 22
Binary 1001000 111111 10100 0 1100 1001000 1001000 110010 111001 10010

Color Harmonies of #483F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F14

Black with #483F14

Text Example


Text Example

White with #483F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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