#431608

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

Shades of Brown Pod #431608

Tints of Brown Pod #431608

Color information

#431608 (or 0x431608) is unknown color: approx Brown Pod. HEX triplet: 43, 16 and 08. RGB value is (67,22,8). Sum of RGB (Red+Green+Blue) = 67+22+8=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431608 is #BCE9F7. Grayscale: #212121. Windows color (decimal): -12380664 or 529987. OLE color: 529987.

HSL color Cylindrical-coordinate representation of color #431608: hue angle of 14.24º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431608 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB67228-
CMYK00.670.880.74
HSL14.24º78.67%14.71%-
HSV(B)14.24º88.06%26.27%-
XYZ2.651.780.43-
YUV33.86113.41151.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.07%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=69.07%
G=22.68%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722800.670.880.7414.2478.6714.71
Hex43168043584Ae4ff
Octal103261001031301121611717
Binary10000111011010000100001110110001001010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431608; }

 p { color: rgb(67,22,8); }

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

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

 a { background-color: rgb(67,22,8); }

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

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

 span { border-color: rgb(67,22,8); }

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