Html Css Color HEX #442E33 Cab Sav

📋 copy color: '#442E33'

red 68 ◦ green 46 ◦ blue 51

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

Shades of Cab Sav #442E33

Tints of Cab Sav #442E33

RGB

 RED value IS 68 (26.95% from 255) = 41.21%

 GREEN value IS 46 (18.36% from 255) = 27.88%

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 41.21%
G = 27.88%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#442E33 (or 0x442E33) is known color: Cab Sav. HEX triplet: 44, 2E and 33. RGB value is (68,46,51). Sum of RGB (Red+Green+Blue) = 68+46+51=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #442E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E33 is #BBD1CC. Grayscale: #353535. Windows color (decimal): -12308941 or 3354180. OLE color: 3354180.

HSL color Cylindrical-coordinate representation of color #442E33: hue angle of 346.36º 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 #442E33 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 51 -
CMYK 0 0.32 0.25 0.73
HSL 346.36º 0.19% 0.22% -
HSV(B) 346.36º 0.32% 0.27% -
XYZ 3.96 3.42 3.58 -
YUV 53.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 68 46 51 0 0.32 0.25 0.73 346.36 0.19 0.22
Hex 44 2E 33 0 20 19 49 15A 13 16
Octal 104 56 63 0 40 31 111 532 23 26
Binary 1000100 101110 110011 0 100000 11001 1001001 101011010 10011 10110

Color Harmonies of #442E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E33

Black with #442E33

Text Example


Text Example

White with #442E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #442E33;
 }
 .AnyTagClassName
 {
   color: #442E33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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