Html Css Color HEX #493430 Cedar

📋 copy color: '#493430'

red 73 ◦ green 52 ◦ blue 48

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

Shades of Cedar #493430

Tints of Cedar #493430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 42.2%
G = 30.06%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493430 (or 0x493430) is known color: Cedar. HEX triplet: 49, 34 and 30. RGB value is (73,52,48). Sum of RGB (Red+Green+Blue) = 73+52+48=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493430 is #B6CBCF. Grayscale: #393939. Windows color (decimal): -11979728 or 3159113. OLE color: 3159113.

HSL color Cylindrical-coordinate representation of color #493430: hue angle of 9.6º 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 #493430 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 48 -
CMYK 0 0.29 0.34 0.71
HSL 9.6º 0.21% 0.24% -
HSV(B) 9.6º 0.34% 0.29% -
XYZ 4.51 4.09 3.35 -
YUV 57.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 73 52 48 0 0.29 0.34 0.71 9.6 0.21 0.24
Hex 49 34 30 0 1D 22 47 A 15 18
Octal 111 64 60 0 35 42 107 12 25 30
Binary 1001001 110100 110000 0 11101 100010 1000111 1010 10101 11000

Color Harmonies of #493430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493430

Black with #493430

Text Example


Text Example

White with #493430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493430; }

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

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

background-color css

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

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

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

border-color css

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

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

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