Html Css Color HEX #483712 Madras

📋 copy color: '#483712'

red 72 ◦ green 55 ◦ blue 18

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

Shades of Madras #483712

Tints of Madras #483712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 49.66%
G = 37.93%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483712 (or 0x483712) is known color: Madras. HEX triplet: 48, 37 and 12. RGB value is (72,55,18). Sum of RGB (Red+Green+Blue) = 72+55+18=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483712 is #B7C8ED. Grayscale: #383838. Windows color (decimal): -12044526 or 1193800. OLE color: 1193800.

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

Color convert

RGB 72 55 18 -
CMYK 0 0.24 0.75 0.72
HSL 41.11º 0.6% 0.18% -
HSV(B) 41.11º 0.75% 0.28% -
XYZ 4.15 4.15 1.16 -
YUV 55.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 72 55 18 0 0.24 0.75 0.72 41.11 0.6 0.18
Hex 48 37 12 0 18 4B 48 29 3C 12
Octal 110 67 22 0 30 113 110 51 74 22
Binary 1001000 110111 10010 0 11000 1001011 1001000 101001 111100 10010

Color Harmonies of #483712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483712

Black with #483712

Text Example


Text Example

White with #483712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483712; }

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

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

background-color css

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

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

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

border-color css

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

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

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