Html Css Color HEX #493530 Cedar

📋 copy color: '#493530'

red 73 ◦ green 53 ◦ blue 48

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

Shades of Cedar #493530

Tints of Cedar #493530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 41.95%
G = 30.46%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493530 (or 0x493530) is known color: Cedar. HEX triplet: 49, 35 and 30. RGB value is (73,53,48). Sum of RGB (Red+Green+Blue) = 73+53+48=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493530 is #B6CACF. Grayscale: #3A3A3A. Windows color (decimal): -11979472 or 3159369. OLE color: 3159369.

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

Color convert

RGB 73 53 48 -
CMYK 0 0.27 0.34 0.71
HSL 12º 0.21% 0.24% -
HSV(B) 12º 0.34% 0.29% -
XYZ 4.55 4.18 3.36 -
YUV 58.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 73 53 48 0 0.27 0.34 0.71 12 0.21 0.24
Hex 49 35 30 0 1B 22 47 C 15 18
Octal 111 65 60 0 33 42 107 14 25 30
Binary 1001001 110101 110000 0 11011 100010 1000111 1100 10101 11000

Color Harmonies of #493530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493530

Black with #493530

Text Example


Text Example

White with #493530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493530; }

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

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

background-color css

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

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

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

border-color css

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

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

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