#431407

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

Shades of Brown Pod #431407

Tints of Brown Pod #431407

Color information

#431407 (or 0x431407) is unknown color: approx Brown Pod. HEX triplet: 43, 14 and 07. RGB value is (67,20,7). Sum of RGB (Red+Green+Blue) = 67+20+7=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #431407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431407 is #BCEBF8. Grayscale: #202020. Windows color (decimal): -12381177 or 463939. OLE color: 463939.

HSL color Cylindrical-coordinate representation of color #431407: hue angle of 13º 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 #431407 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB67207-
CMYK00.700.900.74
HSL13º81.08%14.51%-
HSV(B)13º89.55%26.27%-
XYZ2.61.710.39-
YUV32.57113.57152.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 71.28%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=71.28%
G=21.28%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6720700.700.900.741381.0814.51
Hex431470465A4Ad51f
Octal10324701061321121512117
Binary1000011101001110100011010110101001010110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431407; }

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

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

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

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

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

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

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

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