Html Css Color HEX #442C2F Cab Sav

📋 copy color: '#442C2F'

red 68 ◦ green 44 ◦ blue 47

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

Shades of Cab Sav #442C2F

Tints of Cab Sav #442C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 42.77%
G = 27.67%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#442C2F (or 0x442C2F) is known color: Cab Sav. HEX triplet: 44, 2C and 2F. RGB value is (68,44,47). Sum of RGB (Red+Green+Blue) = 68+44+47=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C2F is #BBD3D0. Grayscale: #333333. Windows color (decimal): -12309457 or 3091524. OLE color: 3091524.

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

Color convert

RGB 68 44 47 -
CMYK 0 0.35 0.31 0.73
HSL 352.5º 0.21% 0.22% -
HSV(B) 352.5º 0.35% 0.27% -
XYZ 3.8 3.24 3.11 -
YUV 51.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 68 44 47 0 0.35 0.31 0.73 352.5 0.21 0.22
Hex 44 2C 2F 0 23 1F 49 160 15 16
Octal 104 54 57 0 43 37 111 540 25 26
Binary 1000100 101100 101111 0 100011 11111 1001001 101100000 10101 10110

Color Harmonies of #442C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C2F

Black with #442C2F

Text Example


Text Example

White with #442C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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