Html Css Color HEX #483C15 Madras

📋 copy color: '#483C15'

red 72 ◦ green 60 ◦ blue 21

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

Shades of Madras #483C15

Tints of Madras #483C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.22%

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

R = 47.06%
G = 39.22%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483C15 (or 0x483C15) is known color: Madras. HEX triplet: 48, 3C and 15. RGB value is (72,60,21). Sum of RGB (Red+Green+Blue) = 72+60+21=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C15 is #B7C3EA. Grayscale: #3B3B3B. Windows color (decimal): -12043243 or 1391688. OLE color: 1391688.

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

Color convert

RGB 72 60 21 -
CMYK 0 0.17 0.71 0.72
HSL 45.88º 0.55% 0.18% -
HSV(B) 45.88º 0.71% 0.28% -
XYZ 4.42 4.66 1.38 -
YUV 59.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 72 60 21 0 0.17 0.71 0.72 45.88 0.55 0.18
Hex 48 3C 15 0 11 47 48 2E 37 12
Octal 110 74 25 0 21 107 110 56 67 22
Binary 1001000 111100 10101 0 10001 1000111 1001000 101110 110111 10010

Color Harmonies of #483C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C15

Black with #483C15

Text Example


Text Example

White with #483C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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