#431E1C

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

Shades of Brown Pod #431E1C

Tints of Brown Pod #431E1C

Color information

#431E1C (or 0x431E1C) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 1C. RGB value is (67,30,28). Sum of RGB (Red+Green+Blue) = 67+30+28=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E1C is #BCE1E3. Grayscale: #282828. Windows color (decimal): -12378596 or 1842755. OLE color: 1842755.

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

Color convert

RGB673028-
CMYK00.550.580.74
HSL3.08º41.05%18.63%-
HSV(B)3.08º58.21%26.27%-
XYZ2.992.211.37-
YUV40.84120.76146.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=53.6%
G=24%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67302800.550.580.743.0841.0518.63
Hex431E1C0373A4A32913
Octal10336340677211235123
Binary10000111111011100011011111101010010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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