Html Css Color HEX #442D29 Cedar

📋 copy color: '#442D29'

red 68 ◦ green 45 ◦ blue 41

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

Shades of Cedar #442D29

Tints of Cedar #442D29

RGB

 RED value IS 68 (26.95% from 255) = 44.16%

 GREEN value IS 45 (17.97% from 255) = 29.22%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 44.16%
G = 29.22%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#442D29 (or 0x442D29) is known color: Cedar. HEX triplet: 44, 2D and 29. RGB value is (68,45,41). Sum of RGB (Red+Green+Blue) = 68+45+41=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D29 is #BBD2D6. Grayscale: #333333. Windows color (decimal): -12309207 or 2698564. OLE color: 2698564.

HSL color Cylindrical-coordinate representation of color #442D29: hue angle of 8.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442D29 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 45 41 -
CMYK 0 0.34 0.40 0.73
HSL 8.89º 0.25% 0.21% -
HSV(B) 8.89º 0.4% 0.27% -
XYZ 3.72 3.27 2.53 -
YUV 51.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 68 45 41 0 0.34 0.40 0.73 8.89 0.25 0.21
Hex 44 2D 29 0 22 28 49 9 19 15
Octal 104 55 51 0 42 50 111 11 31 25
Binary 1000100 101101 101001 0 100010 101000 1001001 1001 11001 10101

Color Harmonies of #442D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D29

Black with #442D29

Text Example


Text Example

White with #442D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #442D29;
 }
 .AnyTagClassName
 {
   color: #442D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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