Html Css Color HEX #483F15 Madras

📋 copy color: '#483F15'

red 72 ◦ green 63 ◦ blue 21

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

Shades of Madras #483F15

Tints of Madras #483F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 46.15%
G = 40.38%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483F15 (or 0x483F15) is known color: Madras. HEX triplet: 48, 3F and 15. RGB value is (72,63,21). Sum of RGB (Red+Green+Blue) = 72+63+21=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F15 is #B7C0EA. Grayscale: #3D3D3D. Windows color (decimal): -12042475 or 1392456. OLE color: 1392456.

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

Color convert

RGB 72 63 21 -
CMYK 0 0.12 0.71 0.72
HSL 49.41º 0.55% 0.18% -
HSV(B) 49.41º 0.71% 0.28% -
XYZ 4.59 4.99 1.43 -
YUV 60.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 72 63 21 0 0.12 0.71 0.72 49.41 0.55 0.18
Hex 48 3F 15 0 C 47 48 31 37 12
Octal 110 77 25 0 14 107 110 61 67 22
Binary 1001000 111111 10101 0 1100 1000111 1001000 110001 110111 10010

Color Harmonies of #483F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F15

Black with #483F15

Text Example


Text Example

White with #483F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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