Html Css Color HEX #464210 Madras

📋 copy color: '#464210'

red 70 ◦ green 66 ◦ blue 16

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

Shades of Madras #464210

Tints of Madras #464210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

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

R = 46.05%
G = 43.42%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#464210 (or 0x464210) is known color: Madras. HEX triplet: 46, 42 and 10. RGB value is (70,66,16). Sum of RGB (Red+Green+Blue) = 70+66+16=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #464210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464210 is #B9BDEF. Grayscale: #3D3D3D. Windows color (decimal): -12172784 or 1065542. OLE color: 1065542.

HSL color Cylindrical-coordinate representation of color #464210: hue angle of 55.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #464210 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 16 -
CMYK 0 0.06 0.77 0.73
HSL 55.56º 0.63% 0.17% -
HSV(B) 55.56º 0.77% 0.27% -
XYZ 4.57 5.24 1.26 -
YUV 61.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 70 66 16 0 0.06 0.77 0.73 55.56 0.63 0.17
Hex 46 42 10 0 6 4D 49 38 3F 11
Octal 106 102 20 0 6 115 111 70 77 21
Binary 1000110 1000010 10000 0 110 1001101 1001001 111000 111111 10001

Color Harmonies of #464210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464210

Black with #464210

Text Example


Text Example

White with #464210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464210; }

 p { color: rgb(70,66,16); }

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

background-color css

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

 a { background-color: rgb(70,66,16); }

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

border-color css

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

 span { border-color: rgb(70,66,16); }

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