#43211B

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

Shades of Brown Pod #43211B

Tints of Brown Pod #43211B

Color information

#43211B (or 0x43211B) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 1B. RGB value is (67,33,27). Sum of RGB (Red+Green+Blue) = 67+33+27=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #43211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43211B is #BCDEE4. Grayscale: #2A2A2A. Windows color (decimal): -12377829 or 1777987. OLE color: 1777987.

HSL color Cylindrical-coordinate representation of color #43211B: hue angle of 9º 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 #43211B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB673327-
CMYK00.510.600.74
HSL42.55%18.43%-
HSV(B)59.7%26.27%-
XYZ3.062.361.33-
YUV42.48119.26145.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=52.76%
G=25.98%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67332700.510.600.74942.5518.43
Hex43211B0333C4A92b12
Octal103413306374112115322
Binary10000111000011101101100111111001001010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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