Html Css Color HEX #483813 Madras

📋 copy color: '#483813'

red 72 ◦ green 56 ◦ blue 19

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

Shades of Madras #483813

Tints of Madras #483813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

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

R = 48.98%
G = 38.1%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483813 (or 0x483813) is known color: Madras. HEX triplet: 48, 38 and 13. RGB value is (72,56,19). Sum of RGB (Red+Green+Blue) = 72+56+19=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483813 is #B7C7EC. Grayscale: #383838. Windows color (decimal): -12044269 or 1259592. OLE color: 1259592.

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

Color convert

RGB 72 56 19 -
CMYK 0 0.22 0.74 0.72
HSL 41.89º 0.58% 0.18% -
HSV(B) 41.89º 0.74% 0.28% -
XYZ 4.2 4.25 1.22 -
YUV 56.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 72 56 19 0 0.22 0.74 0.72 41.89 0.58 0.18
Hex 48 38 13 0 16 4A 48 2A 3A 12
Octal 110 70 23 0 26 112 110 52 72 22
Binary 1001000 111000 10011 0 10110 1001010 1001000 101010 111010 10010

Color Harmonies of #483813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483813

Black with #483813

Text Example


Text Example

White with #483813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483813; }

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

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

background-color css

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

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

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

border-color css

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

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

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