Html Css Color HEX #422C29 Cedar

📋 copy color: '#422C29'

red 66 ◦ green 44 ◦ blue 41

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

Shades of Cedar #422C29

Tints of Cedar #422C29

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 value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#422C29 (or 0x422C29) is known color: 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

RGB 66 44 41 -
CMYK 0 0.33 0.38 0.74
HSL 7.2º 0.23% 0.21% -
HSV(B) 7.2º 0.38% 0.26% -
XYZ 3.55 3.12 2.51 -
YUV 50.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 66 44 41 0 0.33 0.38 0.74 7.2 0.23 0.21
Hex 42 2C 29 0 21 26 4A 7 17 15
Octal 102 54 51 0 41 46 112 7 27 25
Binary 1000010 101100 101001 0 100001 100110 1001010 111 10111 10101

Color Harmonies of #422C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C29

Black with #422C29

Text Example


Text Example

White with #422C29

Text Example


Text Example

HTML Codes & Css Web 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>