Html Css Color HEX #463918 Madras

📋 copy color: '#463918'

red 70 ◦ green 57 ◦ blue 24

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

Shades of Madras #463918

Tints of Madras #463918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

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

R = 46.36%
G = 37.75%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463918 (or 0x463918) is known color: Madras. HEX triplet: 46, 39 and 18. RGB value is (70,57,24). Sum of RGB (Red+Green+Blue) = 70+57+24=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463918 is #B9C6E7. Grayscale: #393939. Windows color (decimal): -12175080 or 1587526. OLE color: 1587526.

HSL color Cylindrical-coordinate representation of color #463918: hue angle of 43.04º 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 #463918 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 57 24 -
CMYK 0 0.19 0.66 0.73
HSL 43.04º 0.49% 0.18% -
HSV(B) 43.04º 0.66% 0.27% -
XYZ 4.15 4.29 1.47 -
YUV 57.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 70 57 24 0 0.19 0.66 0.73 43.04 0.49 0.18
Hex 46 39 18 0 13 42 49 2B 31 12
Octal 106 71 30 0 23 102 111 53 61 22
Binary 1000110 111001 11000 0 10011 1000010 1001001 101011 110001 10010

Color Harmonies of #463918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463918

Black with #463918

Text Example


Text Example

White with #463918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463918; }

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

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

background-color css

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

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

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

border-color css

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

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

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