Html Css Color HEX #483C14 Madras

📋 copy color: '#483C14'

red 72 ◦ green 60 ◦ blue 20

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

Shades of Madras #483C14

Tints of Madras #483C14

RGB

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

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

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

R = 47.37%
G = 39.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483C14 (or 0x483C14) is known color: Madras. HEX triplet: 48, 3C and 14. RGB value is (72,60,20). Sum of RGB (Red+Green+Blue) = 72+60+20=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C14 is #B7C3EB. Grayscale: #3B3B3B. Windows color (decimal): -12043244 or 1326152. OLE color: 1326152.

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

Color convert

RGB 72 60 20 -
CMYK 0 0.17 0.72 0.72
HSL 46.15º 0.57% 0.18% -
HSV(B) 46.15º 0.72% 0.28% -
XYZ 4.41 4.66 1.33 -
YUV 59.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 72 60 20 0 0.17 0.72 0.72 46.15 0.57 0.18
Hex 48 3C 14 0 11 48 48 2E 39 12
Octal 110 74 24 0 21 110 110 56 71 22
Binary 1001000 111100 10100 0 10001 1001000 1001000 101110 111001 10010

Color Harmonies of #483C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C14

Black with #483C14

Text Example


Text Example

White with #483C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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