Html Css Color HEX #483810 Madras

📋 copy color: '#483810'

red 72 ◦ green 56 ◦ blue 16

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

Shades of Madras #483810

Tints of Madras #483810

RGB

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

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

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

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483810 (or 0x483810) is known color: Madras. HEX triplet: 48, 38 and 10. RGB value is (72,56,16). Sum of RGB (Red+Green+Blue) = 72+56+16=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483810 is #B7C7EF. Grayscale: #383838. Windows color (decimal): -12044272 or 1062984. OLE color: 1062984.

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

Color convert

RGB 72 56 16 -
CMYK 0 0.22 0.78 0.72
HSL 42.86º 0.64% 0.17% -
HSV(B) 42.86º 0.78% 0.28% -
XYZ 4.18 4.24 1.09 -
YUV 56.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 72 56 16 0 0.22 0.78 0.72 42.86 0.64 0.17
Hex 48 38 10 0 16 4E 48 2B 40 11
Octal 110 70 20 0 26 116 110 53 100 21
Binary 1001000 111000 10000 0 10110 1001110 1001000 101011 1000000 10001

Color Harmonies of #483810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483810

Black with #483810

Text Example


Text Example

White with #483810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483810; }

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

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

background-color css

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

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

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

border-color css

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

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

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