Html Css Color HEX #483A10 Madras

📋 copy color: '#483A10'

red 72 ◦ green 58 ◦ blue 16

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

Shades of Madras #483A10

Tints of Madras #483A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

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

R = 49.32%
G = 39.73%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#483A10 (or 0x483A10) is known color: Madras. HEX triplet: 48, 3A and 10. RGB value is (72,58,16). Sum of RGB (Red+Green+Blue) = 72+58+16=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A10 is #B7C5EF. Grayscale: #393939. Windows color (decimal): -12043760 or 1063496. OLE color: 1063496.

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

Color convert

RGB 72 58 16 -
CMYK 0 0.19 0.78 0.72
HSL 45º 0.64% 0.17% -
HSV(B) 45º 0.78% 0.28% -
XYZ 4.28 4.44 1.12 -
YUV 57.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 72 58 16 0 0.19 0.78 0.72 45 0.64 0.17
Hex 48 3A 10 0 13 4E 48 2D 40 11
Octal 110 72 20 0 23 116 110 55 100 21
Binary 1001000 111010 10000 0 10011 1001110 1001000 101101 1000000 10001

Color Harmonies of #483A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A10

Black with #483A10

Text Example


Text Example

White with #483A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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