Html Css Color HEX #483C13 Madras

📋 copy color: '#483C13'

red 72 ◦ green 60 ◦ blue 19

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

Shades of Madras #483C13

Tints of Madras #483C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 47.68%
G = 39.74%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483C13 (or 0x483C13) is known color: Madras. HEX triplet: 48, 3C and 13. RGB value is (72,60,19). Sum of RGB (Red+Green+Blue) = 72+60+19=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C13 is #B7C3EC. Grayscale: #3B3B3B. Windows color (decimal): -12043245 or 1260616. OLE color: 1260616.

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

Color convert

RGB 72 60 19 -
CMYK 0 0.17 0.74 0.72
HSL 46.42º 0.58% 0.18% -
HSV(B) 46.42º 0.74% 0.28% -
XYZ 4.41 4.66 1.28 -
YUV 58.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 72 60 19 0 0.17 0.74 0.72 46.42 0.58 0.18
Hex 48 3C 13 0 11 4A 48 2E 3A 12
Octal 110 74 23 0 21 112 110 56 72 22
Binary 1001000 111100 10011 0 10001 1001010 1001000 101110 111010 10010

Color Harmonies of #483C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C13

Black with #483C13

Text Example


Text Example

White with #483C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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