#442F2D

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

Shades of Cedar #442F2D

Tints of Cedar #442F2D

Color information

#442F2D (or 0x442F2D) is unknown color: approx Cedar. HEX triplet: 44, 2F and 2D. RGB value is (68,47,45). Sum of RGB (Red+Green+Blue) = 68+47+45=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #442F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F2D is #BBD0D2. Grayscale: #353535. Windows color (decimal): -12308691 or 2961220. OLE color: 2961220.

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

Color convert

RGB684745-
CMYK00.310.340.73
HSL5.22º20.35%22.16%-
HSV(B)5.22º33.82%26.67%-
XYZ3.873.452.94-
YUV53.05123.46138.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=42.5%
G=29.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68474500.310.340.735.2220.3522.16
Hex442F2D01F224951416
Octal10457550374211152426
Binary100010010111110110101111110001010010011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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