#431B14

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

Shades of Brown Pod #431B14

Tints of Brown Pod #431B14

Color information

#431B14 (or 0x431B14) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 14. RGB value is (67,27,20). Sum of RGB (Red+Green+Blue) = 67+27+20=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B14 is #BCE4EB. Grayscale: #262626. Windows color (decimal): -12379372 or 1317699. OLE color: 1317699.

HSL color Cylindrical-coordinate representation of color #431B14: hue angle of 8.94º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431B14 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB672720-
CMYK00.600.700.74
HSL8.94º54.02%17.06%-
HSV(B)8.94º70.15%26.27%-
XYZ2.832.030.9-
YUV38.16117.75148.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=58.77%
G=23.68%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67272000.600.700.748.9454.0217.06
Hex431B1403C464A93611
Octal1033324074106112116621
Binary10000111101110100011110010001101001010100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431B14; }

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

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

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

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

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

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

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

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