#43231E

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

Shades of Brown Pod #43231E

Tints of Brown Pod #43231E

Color information

#43231E (or 0x43231E) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 1E. RGB value is (67,35,30). Sum of RGB (Red+Green+Blue) = 67+35+30=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43231E is #BCDCE1. Grayscale: #2C2C2C. Windows color (decimal): -12377314 or 1975107. OLE color: 1975107.

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

Color convert

RGB673530-
CMYK00.480.550.74
HSL8.11º38.14%19.02%-
HSV(B)8.11º55.22%26.27%-
XYZ3.152.491.54-
YUV44120.1144.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=50.76%
G=26.52%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67353000.480.550.748.1138.1419.02
Hex43231E030374A82613
Octal103433606067112104623
Binary10000111000111111001100001101111001010100010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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