#43271D

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

Shades of Brown Pod #43271D

Tints of Brown Pod #43271D

Color information

#43271D (or 0x43271D) is unknown color: approx Brown Pod. HEX triplet: 43, 27 and 1D. RGB value is (67,39,29). Sum of RGB (Red+Green+Blue) = 67+39+29=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #43271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43271D is #BCD8E2. Grayscale: #2E2E2E. Windows color (decimal): -12376291 or 1910595. OLE color: 1910595.

HSL color Cylindrical-coordinate representation of color #43271D: hue angle of 15.79º 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 #43271D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB673929-
CMYK00.420.570.74
HSL15.79º39.58%18.82%-
HSV(B)15.79º56.72%26.27%-
XYZ3.262.731.52-
YUV46.23118.28142.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=49.63%
G=28.89%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67392900.420.570.7415.7939.5818.82
Hex43271D02A394A102813
Octal103473505271112205023
Binary100001110011111101010101011100110010101000010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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