#422C2A

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

Shades of Cedar #422C2A

Tints of Cedar #422C2A

Color information

#422C2A (or 0x422C2A) is unknown color: approx Cedar. HEX triplet: 42, 2C and 2A. RGB value is (66,44,42). Sum of RGB (Red+Green+Blue) = 66+44+42=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #422C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C2A is #BDD3D5. Grayscale: #323232. Windows color (decimal): -12440534 or 2763842. OLE color: 2763842.

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

Color convert

RGB664442-
CMYK00.330.360.74
HSL22.22%21.18%-
HSV(B)36.36%25.88%-
XYZ3.573.132.61-
YUV50.35123.29139.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=43.42%
G=28.95%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66444200.330.360.74522.2221.18
Hex422C2A021244A51615
Octal10254520414411252625
Binary1000010101100101010010000110010010010101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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