#431C10

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

Shades of Brown Pod #431C10

Tints of Brown Pod #431C10

Color information

#431C10 (or 0x431C10) is unknown color: approx Brown Pod. HEX triplet: 43, 1C and 10. RGB value is (67,28,16). Sum of RGB (Red+Green+Blue) = 67+28+16=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C10 is #BCE3EF. Grayscale: #262626. Windows color (decimal): -12379120 or 1055811. OLE color: 1055811.

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

Color convert

RGB672816-
CMYK00.580.760.74
HSL14.12º61.45%16.27%-
HSV(B)14.12º76.12%26.27%-
XYZ2.822.060.74-
YUV38.29115.42148.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.36%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=60.36%
G=25.23%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67281600.580.760.7414.1261.4516.27
Hex431C1003A4C4Ae3d10
Octal1033420072114112167520
Binary10000111110010000011101010011001001010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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