#43292E

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

Shades of Cab Sav #43292E

Tints of Cab Sav #43292E

Color information

#43292E (or 0x43292E) is unknown color: approx Cab Sav. HEX triplet: 43, 29 and 2E. RGB value is (67,41,46). Sum of RGB (Red+Green+Blue) = 67+41+46=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #43292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292E is #BCD6D1. Grayscale: #313131. Windows color (decimal): -12375762 or 3025219. OLE color: 3025219.

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

Color convert

RGB674146-
CMYK00.390.310.74
HSL348.46º24.07%21.18%-
HSV(B)348.46º38.81%26.27%-
XYZ3.62.982.97-
YUV49.34126.11140.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=43.51%
G=26.62%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414600.390.310.74348.4624.0721.18
Hex43292E0271F4A15c1815
Octal1035156047371125343025
Binary100001110100110111001001111111110010101010111001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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