Html Css Color HEX #483B12 Madras

📋 copy color: '#483B12'

red 72 ◦ green 59 ◦ blue 18

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

Shades of Madras #483B12

Tints of Madras #483B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

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

R = 48.32%
G = 39.6%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483B12 (or 0x483B12) is known color: Madras. HEX triplet: 48, 3B and 12. RGB value is (72,59,18). Sum of RGB (Red+Green+Blue) = 72+59+18=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B12 is #B7C4ED. Grayscale: #3A3A3A. Windows color (decimal): -12043502 or 1194824. OLE color: 1194824.

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

Color convert

RGB 72 59 18 -
CMYK 0 0.18 0.75 0.72
HSL 45.56º 0.6% 0.18% -
HSV(B) 45.56º 0.75% 0.28% -
XYZ 4.35 4.55 1.22 -
YUV 58.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 72 59 18 0 0.18 0.75 0.72 45.56 0.6 0.18
Hex 48 3B 12 0 12 4B 48 2E 3C 12
Octal 110 73 22 0 22 113 110 56 74 22
Binary 1001000 111011 10010 0 10010 1001011 1001000 101110 111100 10010

Color Harmonies of #483B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B12

Black with #483B12

Text Example


Text Example

White with #483B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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