Html Css Color HEX #442C32 Cab Sav

📋 copy color: '#442C32'

red 68 ◦ green 44 ◦ blue 50

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

Shades of Cab Sav #442C32

Tints of Cab Sav #442C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 41.98%
G = 27.16%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#442C32 (or 0x442C32) is known color: Cab Sav. HEX triplet: 44, 2C and 32. RGB value is (68,44,50). Sum of RGB (Red+Green+Blue) = 68+44+50=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #442C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C32 is #BBD3CD. Grayscale: #333333. Windows color (decimal): -12309454 or 3288132. OLE color: 3288132.

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

Color convert

RGB 68 44 50 -
CMYK 0 0.35 0.26 0.73
HSL 345º 0.21% 0.22% -
HSV(B) 345º 0.35% 0.27% -
XYZ 3.86 3.26 3.44 -
YUV 51.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 68 44 50 0 0.35 0.26 0.73 345 0.21 0.22
Hex 44 2C 32 0 23 1A 49 159 15 16
Octal 104 54 62 0 43 32 111 531 25 26
Binary 1000100 101100 110010 0 100011 11010 1001001 101011001 10101 10110

Color Harmonies of #442C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C32

Black with #442C32

Text Example


Text Example

White with #442C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,50); }

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

background-color css

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

 a { background-color: rgb(68,44,50); }

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

border-color css

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

 span { border-color: rgb(68,44,50); }

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