#462208

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

Shades of Brown Pod #462208

Tints of Brown Pod #462208

Color information

#462208 (or 0x462208) is unknown color: approx Brown Pod. HEX triplet: 46, 22 and 08. RGB value is (70,34,8). Sum of RGB (Red+Green+Blue) = 70+34+8=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #462208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462208 is #B9DDF7. Grayscale: #292929. Windows color (decimal): -12180984 or 533062. OLE color: 533062.

HSL color Cylindrical-coordinate representation of color #462208: hue angle of 25.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #462208 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70348-
CMYK00.510.890.73
HSL25.16º79.49%15.29%-
HSV(B)25.16º88.57%27.45%-
XYZ3.142.460.54-
YUV41.8108.93148.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=62.5%
G=30.36%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7034800.510.890.7325.1679.4915.29
Hex462280335949194ff
Octal10642100631311113111717
Binary100011010001010000110011101100110010011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462208; }

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

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

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

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

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

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

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

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