#462101

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

Shades of Brown Pod #462101

Tints of Brown Pod #462101

Color information

#462101 (or 0x462101) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 01. RGB value is (70,33,1). Sum of RGB (Red+Green+Blue) = 70+33+1=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #462101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462101 is #B9DEFE. Grayscale: #282828. Windows color (decimal): -12181247 or 74054. OLE color: 74054.

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

Color convert

RGB70331-
CMYK00.530.990.73
HSL27.83º97.18%13.92%-
HSV(B)27.83º98.57%27.45%-
XYZ3.082.390.33-
YUV40.42105.76149.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=67.31%
G=31.73%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033100.530.990.7327.8397.1813.92
Hex4621103563491c61e
Octal1064110651431113414116
Binary100011010000110110101110001110010011110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462101; }

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

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

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

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

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

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

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

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