#462001

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

Shades of Brown Pod #462001

Tints of Brown Pod #462001

Color information

#462001 (or 0x462001) is unknown color: approx Brown Pod. HEX triplet: 46, 20 and 01. RGB value is (70,32,1). Sum of RGB (Red+Green+Blue) = 70+32+1=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #462001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462001 is #B9DFFE. Grayscale: #272727. Windows color (decimal): -12181503 or 73798. OLE color: 73798.

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

Color convert

RGB70321-
CMYK00.540.990.73
HSL26.96º97.18%13.92%-
HSV(B)26.96º98.57%27.45%-
XYZ3.052.340.32-
YUV39.83106.09149.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=67.96%
G=31.07%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7032100.540.990.7326.9697.1813.92
Hex4620103663491b61e
Octal1064010661431113314116
Binary100011010000010110110110001110010011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462001; }

 p { color: rgb(70,32,1); }

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

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

 a { background-color: rgb(70,32,1); }

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

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

 span { border-color: rgb(70,32,1); }

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