#431306

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

Shades of Brown Pod #431306

Tints of Brown Pod #431306

Color information

#431306 (or 0x431306) is unknown color: approx Brown Pod. HEX triplet: 43, 13 and 06. RGB value is (67,19,6). Sum of RGB (Red+Green+Blue) = 67+19+6=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #431306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431306 is #BCECF9. Grayscale: #1F1F1F. Windows color (decimal): -12381434 or 398147. OLE color: 398147.

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

Color convert

RGB67196-
CMYK00.720.910.74
HSL12.79º83.56%14.31%-
HSV(B)12.79º91.04%26.27%-
XYZ2.581.670.36-
YUV31.87113.4153.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=72.83%
G=20.65%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6719600.720.910.7412.7983.5614.31
Hex431360485B4Ad54e
Octal10323601101331121512416
Binary1000011100111100100100010110111001010110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431306; }

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

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

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

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

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

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

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

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