#431607

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

Shades of Brown Pod #431607

Tints of Brown Pod #431607

Color information

#431607 (or 0x431607) is unknown color: approx Brown Pod. HEX triplet: 43, 16 and 07. RGB value is (67,22,7). Sum of RGB (Red+Green+Blue) = 67+22+7=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431607 is #BCE9F8. Grayscale: #212121. Windows color (decimal): -12380665 or 464451. OLE color: 464451.

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

Color convert

RGB67227-
CMYK00.670.900.74
HSL15º81.08%14.51%-
HSV(B)15º89.55%26.27%-
XYZ2.641.780.41-
YUV33.74112.91151.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=69.79%
G=22.92%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722700.670.900.741581.0814.51
Hex431670435A4Af51f
Octal10326701031321121712117
Binary1000011101101110100001110110101001010111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431607; }

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

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

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

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

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

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

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

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