#43231A

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

Shades of Brown Pod #43231A

Tints of Brown Pod #43231A

Color information

#43231A (or 0x43231A) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 1A. RGB value is (67,35,26). Sum of RGB (Red+Green+Blue) = 67+35+26=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43231A is #BCDCE5. Grayscale: #2B2B2B. Windows color (decimal): -12377318 or 1712963. OLE color: 1712963.

HSL color Cylindrical-coordinate representation of color #43231A: hue angle of 13.17º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43231A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB673526-
CMYK00.480.610.74
HSL13.17º44.09%18.24%-
HSV(B)13.17º61.19%26.27%-
XYZ3.12.471.29-
YUV43.54118.1144.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=52.34%
G=27.34%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67352600.480.610.7413.1744.0918.24
Hex43231A0303D4Ad2c12
Octal103433206075112155422
Binary10000111000111101001100001111011001010110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43231A; }

 p { color: rgb(67,35,26); }

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

<style>
 a { background-color: #43231A; }

 a { background-color: rgb(67,35,26); }

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

<style>
 span { border-color: #43231A; }

 span { border-color: rgb(67,35,26); }

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