#431506

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

Shades of Brown Pod #431506

Tints of Brown Pod #431506

Color information

#431506 (or 0x431506) is unknown color: approx Brown Pod. HEX triplet: 43, 15 and 06. RGB value is (67,21,6). Sum of RGB (Red+Green+Blue) = 67+21+6=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #431506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431506 is #BCEAF9. Grayscale: #212121. Windows color (decimal): -12380922 or 398659. OLE color: 398659.

HSL color Cylindrical-coordinate representation of color #431506: hue angle of 14.75º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #431506 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB67216-
CMYK00.690.910.74
HSL14.75º83.56%14.31%-
HSV(B)14.75º91.04%26.27%-
XYZ2.621.740.37-
YUV33.04112.74152.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 71.28%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=71.28%
G=22.34%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6721600.690.910.7414.7583.5614.31
Hex431560455B4Af54e
Octal10325601051331121712416
Binary1000011101011100100010110110111001010111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431506; }

 p { color: rgb(67,21,6); }

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

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

 a { background-color: rgb(67,21,6); }

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

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

 span { border-color: rgb(67,21,6); }

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