Html Css Color HEX #493029 Cedar

📋 copy color: '#493029'

red 73 ◦ green 48 ◦ blue 41

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

Shades of Cedar #493029

Tints of Cedar #493029

RGB

 RED value IS 73 (28.91% from 255) = 45.06%

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 45.06%
G = 29.63%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#493029 (or 0x493029) is known color: Cedar. HEX triplet: 49, 30 and 29. RGB value is (73,48,41). Sum of RGB (Red+Green+Blue) = 73+48+41=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493029 is #B6CFD6. Grayscale: #363636. Windows color (decimal): -11980759 or 2699337. OLE color: 2699337.

HSL color Cylindrical-coordinate representation of color #493029: hue angle of 13.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493029 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 41 -
CMYK 0 0.34 0.44 0.71
HSL 13.13º 0.28% 0.22% -
HSV(B) 13.13º 0.44% 0.29% -
XYZ 4.2 3.69 2.59 -
YUV 54.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 73 48 41 0 0.34 0.44 0.71 13.13 0.28 0.22
Hex 49 30 29 0 22 2C 47 D 1C 16
Octal 111 60 51 0 42 54 107 15 34 26
Binary 1001001 110000 101001 0 100010 101100 1000111 1101 11100 10110

Color Harmonies of #493029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493029

Black with #493029

Text Example


Text Example

White with #493029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493029; }

 p { color: rgb(73,48,41); }

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

background-color css

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

 a { background-color: rgb(73,48,41); }

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

border-color css

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

 span { border-color: rgb(73,48,41); }

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