#431C14

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

Shades of Brown Pod #431C14

Tints of Brown Pod #431C14

Color information

#431C14 (or 0x431C14) is unknown color: approx Brown Pod. HEX triplet: 43, 1C and 14. RGB value is (67,28,20). Sum of RGB (Red+Green+Blue) = 67+28+20=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C14 is #BCE3EB. Grayscale: #262626. Windows color (decimal): -12379116 or 1317955. OLE color: 1317955.

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

Color convert

RGB672820-
CMYK00.580.700.74
HSL10.21º54.02%17.06%-
HSV(B)10.21º70.15%26.27%-
XYZ2.862.070.91-
YUV38.75117.42148.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=58.26%
G=24.35%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67282000.580.700.7410.2154.0217.06
Hex431C1403A464Aa3611
Octal1033424072106112126621
Binary10000111110010100011101010001101001010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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