Html Css Color HEX #493330 Cedar

📋 copy color: '#493330'

red 73 ◦ green 51 ◦ blue 48

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

Shades of Cedar #493330

Tints of Cedar #493330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

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

R = 42.44%
G = 29.65%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493330 (or 0x493330) is known color: Cedar. HEX triplet: 49, 33 and 30. RGB value is (73,51,48). Sum of RGB (Red+Green+Blue) = 73+51+48=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493330 is #B6CCCF. Grayscale: #393939. Windows color (decimal): -11979984 or 3158857. OLE color: 3158857.

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

Color convert

RGB 73 51 48 -
CMYK 0 0.30 0.34 0.71
HSL 7.2º 0.21% 0.24% -
HSV(B) 7.2º 0.34% 0.29% -
XYZ 4.46 4 3.33 -
YUV 57.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 73 51 48 0 0.30 0.34 0.71 7.2 0.21 0.24
Hex 49 33 30 0 1E 22 47 7 15 18
Octal 111 63 60 0 36 42 107 7 25 30
Binary 1001001 110011 110000 0 11110 100010 1000111 111 10101 11000

Color Harmonies of #493330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493330

Black with #493330

Text Example


Text Example

White with #493330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493330; }

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

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

background-color css

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

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

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

border-color css

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

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

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