#442C28

Color #442C28 Cedar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cedar #442C28

Tints of Cedar #442C28

Color information

#442C28 (or 0x442C28) is unknown color: approx Cedar. HEX triplet: 44, 2C and 28. RGB value is (68,44,40). Sum of RGB (Red+Green+Blue) = 68+44+40=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #442C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C28 is #BBD3D7. Grayscale: #323232. Windows color (decimal): -12309464 or 2632772. OLE color: 2632772.

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

Color convert

RGB684440-
CMYK00.350.410.73
HSL8.57º25.93%21.18%-
HSV(B)8.57º41.18%26.67%-
XYZ3.673.182.43-
YUV50.72121.95140.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=44.74%
G=28.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68444000.350.410.738.5725.9321.18
Hex442C28023294991a15
Octal104545004351111113225
Binary10001001011001010000100011101001100100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #442C28;
 }
 .AnyTagClassName
 {
   color: #442C28;
 }
</style>
background-color css

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

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

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

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

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

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