Html Css Color HEX #483812 Madras

📋 copy color: '#483812'

red 72 ◦ green 56 ◦ blue 18

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

Shades of Madras #483812

Tints of Madras #483812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 49.32%
G = 38.36%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483812 (or 0x483812) is known color: Madras. HEX triplet: 48, 38 and 12. RGB value is (72,56,18). Sum of RGB (Red+Green+Blue) = 72+56+18=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483812 is #B7C7ED. Grayscale: #383838. Windows color (decimal): -12044270 or 1194056. OLE color: 1194056.

HSL color Cylindrical-coordinate representation of color #483812: hue angle of 42.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483812 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 18 -
CMYK 0 0.22 0.75 0.72
HSL 42.22º 0.6% 0.18% -
HSV(B) 42.22º 0.75% 0.28% -
XYZ 4.2 4.25 1.17 -
YUV 56.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 72 56 18 0 0.22 0.75 0.72 42.22 0.6 0.18
Hex 48 38 12 0 16 4B 48 2A 3C 12
Octal 110 70 22 0 26 113 110 52 74 22
Binary 1001000 111000 10010 0 10110 1001011 1001000 101010 111100 10010

Color Harmonies of #483812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483812

Black with #483812

Text Example


Text Example

White with #483812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483812; }

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

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

background-color css

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

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

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

border-color css

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

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

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