#43292F

Color #43292F Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #43292F

Tints of Cab Sav #43292F

Color information

#43292F (or 0x43292F) is unknown color: approx Cab Sav. HEX triplet: 43, 29 and 2F. RGB value is (67,41,47). Sum of RGB (Red+Green+Blue) = 67+41+47=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #43292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292F is #BCD6D0. Grayscale: #313131. Windows color (decimal): -12375761 or 3090755. OLE color: 3090755.

HSL color Cylindrical-coordinate representation of color #43292F: hue angle of 346.15º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43292F is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB674147-
CMYK00.390.300.74
HSL346.15º24.07%21.18%-
HSV(B)346.15º38.81%26.27%-
XYZ3.622.983.07-
YUV49.46126.61140.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=43.23%
G=26.45%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414700.390.300.74346.1524.0721.18
Hex43292F0271E4A15a1815
Octal1035157047361125323025
Binary100001110100110111101001111111010010101010110101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,41,47); }

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

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

 a { background-color: rgb(67,41,47); }

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

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

 span { border-color: rgb(67,41,47); }

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