Html Css Color HEX #463A18 Madras

📋 copy color: '#463A18'

red 70 ◦ green 58 ◦ blue 24

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

Shades of Madras #463A18

Tints of Madras #463A18

RGB

 RED value IS 70 (27.73% from 255) = 46.05%

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

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

R = 46.05%
G = 38.16%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463A18 (or 0x463A18) is known color: Madras. HEX triplet: 46, 3A and 18. RGB value is (70,58,24). Sum of RGB (Red+Green+Blue) = 70+58+24=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A18 is #B9C5E7. Grayscale: #393939. Windows color (decimal): -12174824 or 1587782. OLE color: 1587782.

HSL color Cylindrical-coordinate representation of color #463A18: hue angle of 44.35º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463A18 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 24 -
CMYK 0 0.17 0.66 0.73
HSL 44.35º 0.49% 0.18% -
HSV(B) 44.35º 0.66% 0.27% -
XYZ 4.2 4.39 1.49 -
YUV 57.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 70 58 24 0 0.17 0.66 0.73 44.35 0.49 0.18
Hex 46 3A 18 0 11 42 49 2C 31 12
Octal 106 72 30 0 21 102 111 54 61 22
Binary 1000110 111010 11000 0 10001 1000010 1001001 101100 110001 10010

Color Harmonies of #463A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A18

Black with #463A18

Text Example


Text Example

White with #463A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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