Html Css Color HEX #442C28 Cedar

📋 copy color: '#442C28'

red 68 ◦ green 44 ◦ blue 40

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

Shades of Cedar #442C28

Tints of Cedar #442C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.95%

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 44.74%
G = 28.95%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#442C28 (or 0x442C28) is known color: Cedar. HEX triplet: 44, 2C and 28. RGB value is (68,44,40). Sum of RGB (Red+Green+Blue) = 68+44+40=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #442C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C28 is #BBD3D7. Grayscale: #323232. Windows color (decimal): -12309464 or 2632772. OLE color: 2632772.

HSL color Cylindrical-coordinate representation of color #442C28: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442C28 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 44 40 -
CMYK 0 0.35 0.41 0.73
HSL 8.57º 0.26% 0.21% -
HSV(B) 8.57º 0.41% 0.27% -
XYZ 3.67 3.18 2.43 -
YUV 50.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 68 44 40 0 0.35 0.41 0.73 8.57 0.26 0.21
Hex 44 2C 28 0 23 29 49 9 1A 15
Octal 104 54 50 0 43 51 111 11 32 25
Binary 1000100 101100 101000 0 100011 101001 1001001 1001 11010 10101

Color Harmonies of #442C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C28

Black with #442C28

Text Example


Text Example

White with #442C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,40); }

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

background-color css

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

 a { background-color: rgb(68,44,40); }

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

border-color css

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

 span { border-color: rgb(68,44,40); }

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