#462103

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

Shades of Brown Pod #462103

Tints of Brown Pod #462103

Color information

#462103 (or 0x462103) is unknown color: approx Brown Pod. HEX triplet: 46, 21 and 03. RGB value is (70,33,3). Sum of RGB (Red+Green+Blue) = 70+33+3=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #462103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462103 is #B9DEFC. Grayscale: #282828. Windows color (decimal): -12181245 or 205126. OLE color: 205126.

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

Color convert

RGB70333-
CMYK00.530.960.73
HSL26.87º91.78%14.31%-
HSV(B)26.87º95.71%27.45%-
XYZ3.092.40.39-
YUV40.64106.76148.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=66.04%
G=31.13%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033300.530.960.7326.8791.7814.31
Hex4621303560491b5ce
Octal1064130651401113313416
Binary1000110100001110110101110000010010011101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462103; }

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

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

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

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

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

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

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

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