#462201

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

Shades of Brown Pod #462201

Tints of Brown Pod #462201

Color information

#462201 (or 0x462201) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 01. RGB value is (70,34,1). Sum of RGB (Red+Green+Blue) = 70+34+1=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #462201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462201 is #B9DDFE. Grayscale: #292929. Windows color (decimal): -12180991 or 74310. OLE color: 74310.

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

Color convert

RGB70341-
CMYK00.510.990.73
HSL28.7º97.18%13.92%-
HSV(B)28.7º98.57%27.45%-
XYZ3.12.450.34-
YUV41105.43148.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=66.67%
G=32.38%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034100.510.990.7328.797.1813.92
Hex4622103363491d61e
Octal1064210631431113514116
Binary100011010001010110011110001110010011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462201; }

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

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

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

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

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

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

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

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