#42292E

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

Shades of Cab Sav #42292E

Tints of Cab Sav #42292E

Color information

#42292E (or 0x42292E) is unknown color: approx Cab Sav. HEX triplet: 42, 29 and 2E. RGB value is (66,41,46). Sum of RGB (Red+Green+Blue) = 66+41+46=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292E is #BDD6D1. Grayscale: #313131. Windows color (decimal): -12441298 or 3025218. OLE color: 3025218.

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

Color convert

RGB664146-
CMYK00.380.300.74
HSL348º23.36%20.98%-
HSV(B)348º37.88%25.88%-
XYZ3.532.942.97-
YUV49.04126.28140.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=43.14%
G=26.80%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66414600.380.300.7434823.3620.98
Hex42292E0261E4A15c1715
Octal1025156046361125342725
Binary100001010100110111001001101111010010101010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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