#43220B

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

Shades of Brown Pod #43220B

Tints of Brown Pod #43220B

Color information

#43220B (or 0x43220B) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 0B. RGB value is (67,34,11). Sum of RGB (Red+Green+Blue) = 67+34+11=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #43220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43220B is #BCDDF4. Grayscale: #292929. Windows color (decimal): -12377589 or 729667. OLE color: 729667.

HSL color Cylindrical-coordinate representation of color #43220B: hue angle of 24.64º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43220B is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB673411-
CMYK00.490.840.74
HSL24.64º71.79%15.29%-
HSV(B)24.64º83.58%26.27%-
XYZ2.952.360.62-
YUV41.24110.93146.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=59.82%
G=30.36%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67341100.490.840.7424.6471.7915.29
Hex4322B031544A1948f
Octal10342130611241123111017
Binary100001110001010110110001101010010010101100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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