Html Css Color HEX #4C3544 Loulou

📋 copy color: '#4C3544'

red 76 ◦ green 53 ◦ blue 68

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

Shades of Loulou #4C3544

Tints of Loulou #4C3544

RGB

 RED value IS 76 (30.08% from 255) = 38.58%

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 38.58%
G = 26.9%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C3544 (or 0x4C3544) is known color: Loulou. HEX triplet: 4C, 35 and 44. RGB value is (76,53,68). Sum of RGB (Red+Green+Blue) = 76+53+68=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3544 is #B3CABB. Grayscale: #3D3D3D. Windows color (decimal): -11782844 or 4470092. OLE color: 4470092.

HSL color Cylindrical-coordinate representation of color #4C3544: hue angle of 320.87º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C3544 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 68 -
CMYK 0 0.30 0.11 0.70
HSL 320.87º 0.18% 0.25% -
HSV(B) 320.87º 0.3% 0.3% -
XYZ 5.3 4.5 6.06 -
YUV 61.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 76 53 68 0 0.30 0.11 0.70 320.87 0.18 0.25
Hex 4C 35 44 0 1E B 46 141 12 19
Octal 114 65 104 0 36 13 106 501 22 31
Binary 1001100 110101 1000100 0 11110 1011 1000110 101000001 10010 11001

Color Harmonies of #4C3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3544

Black with #4C3544

Text Example


Text Example

White with #4C3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3544; }

 p { color: rgb(76,53,68); }

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

background-color css

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

 a { background-color: rgb(76,53,68); }

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

border-color css

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

 span { border-color: rgb(76,53,68); }

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