Html Css Color HEX #483A18 Madras

📋 copy color: '#483A18'

red 72 ◦ green 58 ◦ blue 24

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

Shades of Madras #483A18

Tints of Madras #483A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 46.75%
G = 37.66%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483A18 (or 0x483A18) is known color: Madras. HEX triplet: 48, 3A and 18. RGB value is (72,58,24). Sum of RGB (Red+Green+Blue) = 72+58+24=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A18 is #B7C5E7. Grayscale: #3A3A3A. Windows color (decimal): -12043752 or 1587784. OLE color: 1587784.

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

Color convert

RGB 72 58 24 -
CMYK 0 0.19 0.67 0.72
HSL 42.5º 0.5% 0.19% -
HSV(B) 42.5º 0.67% 0.28% -
XYZ 4.35 4.47 1.5 -
YUV 58.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 72 58 24 0 0.19 0.67 0.72 42.5 0.5 0.19
Hex 48 3A 18 0 13 43 48 2A 32 13
Octal 110 72 30 0 23 103 110 52 62 23
Binary 1001000 111010 11000 0 10011 1000011 1001000 101010 110010 10011

Color Harmonies of #483A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A18

Black with #483A18

Text Example


Text Example

White with #483A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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