Html Css Color HEX #483C11 Madras

📋 copy color: '#483C11'

red 72 ◦ green 60 ◦ blue 17

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

Shades of Madras #483C11

Tints of Madras #483C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 48.32%
G = 40.27%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#483C11 (or 0x483C11) is known color: Madras. HEX triplet: 48, 3C and 11. RGB value is (72,60,17). Sum of RGB (Red+Green+Blue) = 72+60+17=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C11 is #B7C3EE. Grayscale: #3A3A3A. Windows color (decimal): -12043247 or 1129544. OLE color: 1129544.

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

Color convert

RGB 72 60 17 -
CMYK 0 0.17 0.76 0.72
HSL 46.91º 0.62% 0.17% -
HSV(B) 46.91º 0.76% 0.28% -
XYZ 4.39 4.65 1.2 -
YUV 58.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 72 60 17 0 0.17 0.76 0.72 46.91 0.62 0.17
Hex 48 3C 11 0 11 4C 48 2F 3E 11
Octal 110 74 21 0 21 114 110 57 76 21
Binary 1001000 111100 10001 0 10001 1001100 1001000 101111 111110 10001

Color Harmonies of #483C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C11

Black with #483C11

Text Example


Text Example

White with #483C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,17); }

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

background-color css

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

 a { background-color: rgb(72,60,17); }

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

border-color css

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

 span { border-color: rgb(72,60,17); }

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