#422C29

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

Shades of Cedar #422C29

Tints of Cedar #422C29

Color information

#422C29 (or 0x422C29) is unknown color: approx Cedar. HEX triplet: 42, 2C and 29. RGB value is (66,44,41). Sum of RGB (Red+Green+Blue) = 66+44+41=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C29 is #BDD3D6. Grayscale: #323232. Windows color (decimal): -12440535 or 2698306. OLE color: 2698306.

HSL color Cylindrical-coordinate representation of color #422C29: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #422C29 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB664441-
CMYK00.330.380.74
HSL7.2º23.36%20.98%-
HSV(B)7.2º37.88%25.88%-
XYZ3.553.122.51-
YUV50.24122.79139.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=43.71%
G=29.14%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66444100.330.380.747.223.3620.98
Hex422C29021264A71715
Octal10254510414611272725
Binary1000010101100101001010000110011010010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422C29; }

 p { color: rgb(66,44,41); }

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

<style>
 a { background-color: #422C29; }

 a { background-color: rgb(66,44,41); }

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

<style>
 span { border-color: #422C29; }

 span { border-color: rgb(66,44,41); }

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