Html Css Color HEX #483545 Loulou

📋 copy color: '#483545'

red 72 ◦ green 53 ◦ blue 69

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

Shades of Loulou #483545

Tints of Loulou #483545

RGB

 RED value IS 72 (28.52% from 255) = 37.11%

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

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

R = 37.11%
G = 27.32%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#483545 (or 0x483545) is known color: Loulou. HEX triplet: 48, 35 and 45. RGB value is (72,53,69). Sum of RGB (Red+Green+Blue) = 72+53+69=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483545 is #B7CABA. Grayscale: #3C3C3C. Windows color (decimal): -12044987 or 4535624. OLE color: 4535624.

HSL color Cylindrical-coordinate representation of color #483545: hue angle of 309.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483545 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 69 -
CMYK 0 0.26 0.04 0.72
HSL 309.47º 0.15% 0.25% -
HSV(B) 309.47º 0.26% 0.28% -
XYZ 5.02 4.35 6.21 -
YUV 60.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 72 53 69 0 0.26 0.04 0.72 309.47 0.15 0.25
Hex 48 35 45 0 1A 4 48 135 F 19
Octal 110 65 105 0 32 4 110 465 17 31
Binary 1001000 110101 1000101 0 11010 100 1001000 100110101 1111 11001

Color Harmonies of #483545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483545

Black with #483545

Text Example


Text Example

White with #483545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483545; }

 p { color: rgb(72,53,69); }

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

background-color css

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

 a { background-color: rgb(72,53,69); }

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

border-color css

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

 span { border-color: rgb(72,53,69); }

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