#43221E

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

Shades of Brown Pod #43221E

Tints of Brown Pod #43221E

Color information

#43221E (or 0x43221E) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 1E. RGB value is (67,34,30). Sum of RGB (Red+Green+Blue) = 67+34+30=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43221E is #BCDDE1. Grayscale: #2B2B2B. Windows color (decimal): -12377570 or 1974851. OLE color: 1974851.

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

Color convert

RGB673430-
CMYK00.490.550.74
HSL6.49º38.14%19.02%-
HSV(B)6.49º55.22%26.27%-
XYZ3.122.431.53-
YUV43.41120.43144.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=51.15%
G=25.95%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67343000.490.550.746.4938.1419.02
Hex43221E031374A62613
Octal10342360616711264623
Binary1000011100010111100110001110111100101011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43221E; }

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

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

<style>
 a { background-color: #43221E; }

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

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

<style>
 span { border-color: #43221E; }

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

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