#431912

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

Shades of Brown Pod #431912

Tints of Brown Pod #431912

Color information

#431912 (or 0x431912) is unknown color: approx Brown Pod. HEX triplet: 43, 19 and 12. RGB value is (67,25,18). Sum of RGB (Red+Green+Blue) = 67+25+18=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431912 is #BCE6ED. Grayscale: #242424. Windows color (decimal): -12379886 or 1186115. OLE color: 1186115.

HSL color Cylindrical-coordinate representation of color #431912: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431912 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB672518-
CMYK00.630.730.74
HSL8.57º57.65%16.67%-
HSV(B)8.57º73.13%26.27%-
XYZ2.771.930.8-
YUV36.76117.41149.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=60.91%
G=22.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67251800.630.730.748.5757.6516.67
Hex43191203F494A93a11
Octal1033122077111112117221
Binary10000111100110010011111110010011001010100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431912; }

 p { color: rgb(67,25,18); }

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

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

 a { background-color: rgb(67,25,18); }

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

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

 span { border-color: rgb(67,25,18); }

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