#431913

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

Shades of Brown Pod #431913

Tints of Brown Pod #431913

Color information

#431913 (or 0x431913) is unknown color: approx Brown Pod. HEX triplet: 43, 19 and 13. RGB value is (67,25,19). Sum of RGB (Red+Green+Blue) = 67+25+19=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431913 is #BCE6EC. Grayscale: #242424. Windows color (decimal): -12379885 or 1251651. OLE color: 1251651.

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

Color convert

RGB672519-
CMYK00.630.720.74
HSL7.5º55.81%16.86%-
HSV(B)7.5º71.64%26.27%-
XYZ2.781.940.84-
YUV36.87117.91149.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=60.36%
G=22.52%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67251900.630.720.747.555.8116.86
Hex43191303F484A83811
Octal1033123077110112107021
Binary10000111100110011011111110010001001010100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431913; }

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

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

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

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

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

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

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

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