Html Css Color HEX #464205 Madras

📋 copy color: '#464205'

red 70 ◦ green 66 ◦ blue 5

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

Shades of Madras #464205

Tints of Madras #464205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 49.65%
G = 46.81%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#464205 (or 0x464205) is known color: Madras. HEX triplet: 46, 42 and 05. RGB value is (70,66,5). Sum of RGB (Red+Green+Blue) = 70+66+5=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #464205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464205 is #B9BDFA. Grayscale: #3C3C3C. Windows color (decimal): -12172795 or 344646. OLE color: 344646.

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

Color convert

RGB 70 66 5 -
CMYK 0 0.06 0.93 0.73
HSL 56.31º 0.87% 0.15% -
HSV(B) 56.31º 0.93% 0.27% -
XYZ 4.5 5.21 0.91 -
YUV 60.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 70 66 5 0 0.06 0.93 0.73 56.31 0.87 0.15
Hex 46 42 5 0 6 5D 49 38 57 F
Octal 106 102 5 0 6 135 111 70 127 17
Binary 1000110 1000010 101 0 110 1011101 1001001 111000 1010111 1111

Color Harmonies of #464205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464205

Black with #464205

Text Example


Text Example

White with #464205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464205; }

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

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

background-color css

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

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

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

border-color css

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

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

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