#43281F

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

Shades of Brown Pod #43281F

Tints of Brown Pod #43281F

Color information

#43281F (or 0x43281F) is unknown color: approx Brown Pod. HEX triplet: 43, 28 and 1F. RGB value is (67,40,31). Sum of RGB (Red+Green+Blue) = 67+40+31=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #43281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43281F is #BCD7E0. Grayscale: #2F2F2F. Windows color (decimal): -12376033 or 2041923. OLE color: 2041923.

HSL color Cylindrical-coordinate representation of color #43281F: hue angle of 15º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43281F is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB674031-
CMYK00.400.540.74
HSL15º36.73%19.22%-
HSV(B)15º53.73%26.27%-
XYZ3.322.811.66-
YUV47.05118.95142.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=48.55%
G=28.99%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67403100.400.540.741536.7319.22
Hex43281F028364Af2513
Octal103503705066112174523
Binary10000111010001111101010001101101001010111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43281F; }

 p { color: rgb(67,40,31); }

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

<style>
 a { background-color: #43281F; }

 a { background-color: rgb(67,40,31); }

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

<style>
 span { border-color: #43281F; }

 span { border-color: rgb(67,40,31); }

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