Html Css Color HEX #44312E Cedar

📋 copy color: '#44312E'

red 68 ◦ green 49 ◦ blue 46

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

Shades of Cedar #44312E

Tints of Cedar #44312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 41.72%
G = 30.06%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#44312E (or 0x44312E) is known color: Cedar. HEX triplet: 44, 31 and 2E. RGB value is (68,49,46). Sum of RGB (Red+Green+Blue) = 68+49+46=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #44312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44312E is #BBCED1. Grayscale: #363636. Windows color (decimal): -12308178 or 3027268. OLE color: 3027268.

HSL color Cylindrical-coordinate representation of color #44312E: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44312E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 49 46 -
CMYK 0 0.28 0.32 0.73
HSL 8.18º 0.19% 0.22% -
HSV(B) 8.18º 0.32% 0.27% -
XYZ 3.98 3.62 3.07 -
YUV 54.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 68 49 46 0 0.28 0.32 0.73 8.18 0.19 0.22
Hex 44 31 2E 0 1C 20 49 8 13 16
Octal 104 61 56 0 34 40 111 10 23 26
Binary 1000100 110001 101110 0 11100 100000 1001001 1000 10011 10110

Color Harmonies of #44312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44312E

Black with #44312E

Text Example


Text Example

White with #44312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44312E; }

 p { color: rgb(68,49,46); }

 H1.HeaderClassName
 {
   color: #44312E;
 }
 .AnyTagClassName
 {
   color: #44312E;
 }
</style>

background-color css

<style>
 a { background-color: #44312E; }

 a { background-color: rgb(68,49,46); }

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

border-color css

<style>
 span { border-color: #44312E; }

 span { border-color: rgb(68,49,46); }

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