#431F06

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

Shades of Brown Pod #431F06

Tints of Brown Pod #431F06

Color information

#431F06 (or 0x431F06) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 06. RGB value is (67,31,6). Sum of RGB (Red+Green+Blue) = 67+31+6=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F06 is #BCE0F9. Grayscale: #272727. Windows color (decimal): -12378362 or 401219. OLE color: 401219.

HSL color Cylindrical-coordinate representation of color #431F06: hue angle of 24.59º 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 #431F06 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB67316-
CMYK00.540.910.74
HSL24.59º83.56%14.31%-
HSV(B)24.59º91.04%26.27%-
XYZ2.842.190.44-
YUV38.91109.43148.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=64.42%
G=29.81%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731600.540.910.7424.5983.5614.31
Hex431F60365B4A1954e
Octal1033760661331123112416
Binary1000011111111100110110101101110010101100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431F06; }

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

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

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

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

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

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

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

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