#442E34

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

Shades of Cab Sav #442E34

Tints of Cab Sav #442E34

Color information

#442E34 (or 0x442E34) is unknown color: approx Cab Sav. HEX triplet: 44, 2E and 34. RGB value is (68,46,52). Sum of RGB (Red+Green+Blue) = 68+46+52=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #442E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E34 is #BBD1CB. Grayscale: #353535. Windows color (decimal): -12308940 or 3419716. OLE color: 3419716.

HSL color Cylindrical-coordinate representation of color #442E34: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442E34 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB684652-
CMYK00.320.240.73
HSL343.64º19.3%22.35%-
HSV(B)343.64º32.35%26.67%-
XYZ3.983.433.7-
YUV53.26127.29138.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=40.96%
G=27.71%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68465200.320.240.73343.6419.322.35
Hex442E3402018491581316
Octal1045664040301115302326
Binary100010010111011010001000001100010010011010110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E34; }

 p { color: rgb(68,46,52); }

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

<style>
 a { background-color: #442E34; }

 a { background-color: rgb(68,46,52); }

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

<style>
 span { border-color: #442E34; }

 span { border-color: rgb(68,46,52); }

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