#431A0E

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

Shades of Brown Pod #431A0E

Tints of Brown Pod #431A0E

Color information

#431A0E (or 0x431A0E) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 0E. RGB value is (67,26,14). Sum of RGB (Red+Green+Blue) = 67+26+14=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0E is #BCE5F1. Grayscale: #242424. Windows color (decimal): -12379634 or 924227. OLE color: 924227.

HSL color Cylindrical-coordinate representation of color #431A0E: hue angle of 13.58º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431A0E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB672614-
CMYK00.610.790.74
HSL13.58º65.43%15.88%-
HSV(B)13.58º79.1%26.27%-
XYZ2.761.960.65-
YUV36.89115.08149.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=62.62%
G=24.30%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67261400.610.790.7413.5865.4315.88
Hex431AE03D4F4Ae4110
Octal10332160751171121610120
Binary10000111101011100111101100111110010101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,26,14); }

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

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

 a { background-color: rgb(67,26,14); }

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

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

 span { border-color: rgb(67,26,14); }

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