Html Css Color HEX #483E13 Madras

📋 copy color: '#483E13'

red 72 ◦ green 62 ◦ blue 19

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

Shades of Madras #483E13

Tints of Madras #483E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.52%

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

R = 47.06%
G = 40.52%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483E13 (or 0x483E13) is known color: Madras. HEX triplet: 48, 3E and 13. RGB value is (72,62,19). Sum of RGB (Red+Green+Blue) = 72+62+19=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E13 is #B7C1EC. Grayscale: #3C3C3C. Windows color (decimal): -12042733 or 1261128. OLE color: 1261128.

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

Color convert

RGB 72 62 19 -
CMYK 0 0.14 0.74 0.72
HSL 48.68º 0.58% 0.18% -
HSV(B) 48.68º 0.74% 0.28% -
XYZ 4.51 4.87 1.32 -
YUV 60.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 72 62 19 0 0.14 0.74 0.72 48.68 0.58 0.18
Hex 48 3E 13 0 E 4A 48 31 3A 12
Octal 110 76 23 0 16 112 110 61 72 22
Binary 1001000 111110 10011 0 1110 1001010 1001000 110001 111010 10010

Color Harmonies of #483E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E13

Black with #483E13

Text Example


Text Example

White with #483E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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