#43201D

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

Shades of Brown Pod #43201D

Tints of Brown Pod #43201D

Color information

#43201D (or 0x43201D) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 1D. RGB value is (67,32,29). Sum of RGB (Red+Green+Blue) = 67+32+29=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43201D is #BCDFE2. Grayscale: #2A2A2A. Windows color (decimal): -12378083 or 1908803. OLE color: 1908803.

HSL color Cylindrical-coordinate representation of color #43201D: hue angle of 4.74º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43201D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB673229-
CMYK00.520.570.74
HSL4.74º39.58%18.82%-
HSV(B)4.74º56.72%26.27%-
XYZ3.052.321.45-
YUV42.12120.6145.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=52.34%
G=25%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67322900.520.570.744.7439.5818.82
Hex43201D034394A52813
Octal10340350647111255023
Binary1000011100000111010110100111001100101010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43201D; }

 p { color: rgb(67,32,29); }

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

<style>
 a { background-color: #43201D; }

 a { background-color: rgb(67,32,29); }

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

<style>
 span { border-color: #43201D; }

 span { border-color: rgb(67,32,29); }

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