Html Css Color HEX #442E34 Cab Sav

📋 copy color: '#442E34'

red 68 ◦ green 46 ◦ blue 52

#442E34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cab Sav #442E34

Tints of Cab Sav #442E34

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.7% from 255) = 31.33%

R = 40.96%
G = 27.71%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#442E34 (or 0x442E34) is known color: 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

RGB 68 46 52 -
CMYK 0 0.32 0.24 0.73
HSL 343.64º 0.19% 0.22% -
HSV(B) 343.64º 0.32% 0.27% -
XYZ 3.98 3.43 3.7 -
YUV 53.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 68 46 52 0 0.32 0.24 0.73 343.64 0.19 0.22
Hex 44 2E 34 0 20 18 49 158 13 16
Octal 104 56 64 0 40 30 111 530 23 26
Binary 1000100 101110 110100 0 100000 11000 1001001 101011000 10011 10110

Color Harmonies of #442E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E34

Black with #442E34

Text Example


Text Example

White with #442E34

Text Example


Text Example

HTML Codes & Css Web 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>