Html Css Color HEX #442D33 Cab Sav

📋 copy color: '#442D33'

red 68 ◦ green 45 ◦ blue 51

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

Shades of Cab Sav #442D33

Tints of Cab Sav #442D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 41.46%
G = 27.44%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#442D33 (or 0x442D33) is known color: Cab Sav. HEX triplet: 44, 2D and 33. RGB value is (68,45,51). Sum of RGB (Red+Green+Blue) = 68+45+51=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #442D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D33 is #BBD2CC. Grayscale: #343434. Windows color (decimal): -12309197 or 3353924. OLE color: 3353924.

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

Color convert

RGB 68 45 51 -
CMYK 0 0.34 0.25 0.73
HSL 344.35º 0.2% 0.22% -
HSV(B) 344.35º 0.34% 0.27% -
XYZ 3.92 3.34 3.57 -
YUV 52.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 68 45 51 0 0.34 0.25 0.73 344.35 0.2 0.22
Hex 44 2D 33 0 22 19 49 158 14 16
Octal 104 55 63 0 42 31 111 530 24 26
Binary 1000100 101101 110011 0 100010 11001 1001001 101011000 10100 10110

Color Harmonies of #442D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D33

Black with #442D33

Text Example


Text Example

White with #442D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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