Html Css Color HEX #492645 Loulou

📋 copy color: '#492645'

red 73 ◦ green 38 ◦ blue 69

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

Shades of Loulou #492645

Tints of Loulou #492645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

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

R = 40.56%
G = 21.11%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492645 (or 0x492645) is known color: Loulou. HEX triplet: 49, 26 and 45. RGB value is (73,38,69). Sum of RGB (Red+Green+Blue) = 73+38+69=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492645 is #B6D9BA. Grayscale: #333333. Windows color (decimal): -11983291 or 4531785. OLE color: 4531785.

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

Color convert

RGB 73 38 69 -
CMYK 0 0.48 0.05 0.71
HSL 306.86º 0.32% 0.22% -
HSV(B) 306.86º 0.48% 0.29% -
XYZ 4.51 3.23 6.02 -
YUV 52 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 73 38 69 0 0.48 0.05 0.71 306.86 0.32 0.22
Hex 49 26 45 0 30 5 47 133 20 16
Octal 111 46 105 0 60 5 107 463 40 26
Binary 1001001 100110 1000101 0 110000 101 1000111 100110011 100000 10110

Color Harmonies of #492645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492645

Black with #492645

Text Example


Text Example

White with #492645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492645; }

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

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

background-color css

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

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

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

border-color css

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

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

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