Html Css Color HEX #483910 Madras

📋 copy color: '#483910'

red 72 ◦ green 57 ◦ blue 16

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

Shades of Madras #483910

Tints of Madras #483910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 49.66%
G = 39.31%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483910 (or 0x483910) is known color: Madras. HEX triplet: 48, 39 and 10. RGB value is (72,57,16). Sum of RGB (Red+Green+Blue) = 72+57+16=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483910 is #B7C6EF. Grayscale: #383838. Windows color (decimal): -12044016 or 1063240. OLE color: 1063240.

HSL color Cylindrical-coordinate representation of color #483910: hue angle of 43.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483910 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 16 -
CMYK 0 0.21 0.78 0.72
HSL 43.93º 0.64% 0.17% -
HSV(B) 43.93º 0.78% 0.28% -
XYZ 4.23 4.34 1.11 -
YUV 56.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 72 57 16 0 0.21 0.78 0.72 43.93 0.64 0.17
Hex 48 39 10 0 15 4E 48 2C 40 11
Octal 110 71 20 0 25 116 110 54 100 21
Binary 1001000 111001 10000 0 10101 1001110 1001000 101100 1000000 10001

Color Harmonies of #483910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483910

Black with #483910

Text Example


Text Example

White with #483910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483910; }

 p { color: rgb(72,57,16); }

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

background-color css

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

 a { background-color: rgb(72,57,16); }

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

border-color css

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

 span { border-color: rgb(72,57,16); }

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