#43271C

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

Shades of Brown Pod #43271C

Tints of Brown Pod #43271C

Color information

#43271C (or 0x43271C) is unknown color: approx Brown Pod. HEX triplet: 43, 27 and 1C. RGB value is (67,39,28). Sum of RGB (Red+Green+Blue) = 67+39+28=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43271C is #BCD8E3. Grayscale: #2E2E2E. Windows color (decimal): -12376292 or 1845059. OLE color: 1845059.

HSL color Cylindrical-coordinate representation of color #43271C: hue angle of 16.92º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43271C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB673928-
CMYK00.420.580.74
HSL16.92º41.05%18.63%-
HSV(B)16.92º58.21%26.27%-
XYZ3.252.731.45-
YUV46.12117.78142.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=50%
G=29.10%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67392800.420.580.7416.9241.0518.63
Hex43271C02A3A4A112913
Octal103473405272112215123
Binary100001110011111100010101011101010010101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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