Html Css Color HEX #493245 Loulou

📋 copy color: '#493245'

red 73 ◦ green 50 ◦ blue 69

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

Shades of Loulou #493245

Tints of Loulou #493245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 38.02%
G = 26.04%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#493245 (or 0x493245) is known color: Loulou. HEX triplet: 49, 32 and 45. RGB value is (73,50,69). Sum of RGB (Red+Green+Blue) = 73+50+69=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493245 is #B6CDBA. Grayscale: #3A3A3A. Windows color (decimal): -11980219 or 4534857. OLE color: 4534857.

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

Color convert

RGB 73 50 69 -
CMYK 0 0.32 0.05 0.71
HSL 310.43º 0.19% 0.24% -
HSV(B) 310.43º 0.32% 0.29% -
XYZ 4.96 4.13 6.17 -
YUV 59.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 73 50 69 0 0.32 0.05 0.71 310.43 0.19 0.24
Hex 49 32 45 0 20 5 47 136 13 18
Octal 111 62 105 0 40 5 107 466 23 30
Binary 1001001 110010 1000101 0 100000 101 1000111 100110110 10011 11000

Color Harmonies of #493245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493245

Black with #493245

Text Example


Text Example

White with #493245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493245; }

 p { color: rgb(73,50,69); }

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

background-color css

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

 a { background-color: rgb(73,50,69); }

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

border-color css

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

 span { border-color: rgb(73,50,69); }

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