#462314

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

Shades of Brown Pod #462314

Tints of Brown Pod #462314

Color information

#462314 (or 0x462314) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 14. RGB value is (70,35,20). Sum of RGB (Red+Green+Blue) = 70+35+20=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462314 is #B9DCEB. Grayscale: #2B2B2B. Windows color (decimal): -12180716 or 1319750. OLE color: 1319750.

HSL color Cylindrical-coordinate representation of color #462314: hue angle of 18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462314 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB703520-
CMYK00.50.710.73
HSL18º55.56%17.65%-
HSV(B)18º71.43%27.45%-
XYZ3.252.550.98-
YUV43.76114.6146.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 20 (8.20% from 255) = 16%
R=56%
G=28%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70352000.50.710.731855.5617.65
Hex4623140324749123812
Octal1064324062107111227022
Binary1000110100011101000110010100011110010011001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462314; }

 p { color: rgb(70,35,20); }

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

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

 a { background-color: rgb(70,35,20); }

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

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

 span { border-color: rgb(70,35,20); }

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