#43221B

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

Shades of Brown Pod #43221B

Tints of Brown Pod #43221B

Color information

#43221B (or 0x43221B) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 1B. RGB value is (67,34,27). Sum of RGB (Red+Green+Blue) = 67+34+27=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43221B is #BCDDE4. Grayscale: #2B2B2B. Windows color (decimal): -12377573 or 1778243. OLE color: 1778243.

HSL color Cylindrical-coordinate representation of color #43221B: hue angle of 10.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43221B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB673427-
CMYK00.490.600.74
HSL10.5º42.55%18.43%-
HSV(B)10.5º59.7%26.27%-
XYZ3.082.421.34-
YUV43.07118.93145.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=52.34%
G=26.56%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67342700.490.600.7410.542.5518.43
Hex43221B0313C4Ab2b12
Octal103423306174112135322
Binary10000111000101101101100011111001001010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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