#43211E

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

Shades of Brown Pod #43211E

Tints of Brown Pod #43211E

Color information

#43211E (or 0x43211E) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 1E. RGB value is (67,33,30). Sum of RGB (Red+Green+Blue) = 67+33+30=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #43211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43211E is #BCDEE1. Grayscale: #2A2A2A. Windows color (decimal): -12377826 or 1974595. OLE color: 1974595.

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

Color convert

RGB673330-
CMYK00.510.550.74
HSL4.86º38.14%19.02%-
HSV(B)4.86º55.22%26.27%-
XYZ3.092.371.52-
YUV42.82120.76145.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=51.54%
G=25.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67333000.510.550.744.8638.1419.02
Hex43211E033374A52613
Octal10341360636711254623
Binary1000011100001111100110011110111100101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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