#464100

Color #464100 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #464100

Tints of Madras #464100

Color information

#464100 (or 0x464100) is unknown color: approx Madras. HEX triplet: 46, 41 and 00. RGB value is (70,65,0). Sum of RGB (Red+Green+Blue) = 70+65+0=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #464100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464100 is #B9BEFF. Grayscale: #3B3B3B. Windows color (decimal): -12173056 or 16710. OLE color: 16710.

HSL color Cylindrical-coordinate representation of color #464100: hue angle of 55.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #464100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70650-
CMYK00.0710.73
HSL55.71º100%13.73%-
HSV(B)55.71º100%27.45%-
XYZ4.425.080.75-
YUV59.0894.66135.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.85%
G=48.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7065000.0710.7355.7110013.73
Hex464100764493864e
Octal1061010071441117014416
Binary10001101000001001111100100100100111100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464100; }

 p { color: rgb(70,65,0); }

 H1.HeaderClassName
 {
   color: #464100;
 }
 .AnyTagClassName
 {
   color: #464100;
 }
</style>
background-color css

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

 a { background-color: rgb(70,65,0); }

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

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

 span { border-color: rgb(70,65,0); }

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