#431406

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

Shades of Brown Pod #431406

Tints of Brown Pod #431406

Color information

#431406 (or 0x431406) is unknown color: approx Brown Pod. HEX triplet: 43, 14 and 06. RGB value is (67,20,6). Sum of RGB (Red+Green+Blue) = 67+20+6=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #431406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431406 is #BCEBF9. Grayscale: #202020. Windows color (decimal): -12381178 or 398403. OLE color: 398403.

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

Color convert

RGB67206-
CMYK00.700.910.74
HSL13.77º83.56%14.31%-
HSV(B)13.77º91.04%26.27%-
XYZ2.61.710.36-
YUV32.46113.07152.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=72.04%
G=21.51%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6720600.700.910.7413.7783.5614.31
Hex431460465B4Ae54e
Octal10324601061331121612416
Binary1000011101001100100011010110111001010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431406; }

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

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

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

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

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

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

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

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