Html Css Color HEX #48572C Clover

📋 copy color: '#48572C'

red 72 ◦ green 87 ◦ blue 44

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

Shades of Clover #48572C

Tints of Clover #48572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 35.47%
G = 42.86%
B = 21.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#48572C (or 0x48572C) is known color: Clover. HEX triplet: 48, 57 and 2C. RGB value is (72,87,44). Sum of RGB (Red+Green+Blue) = 72+87+44=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #48572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48572C is #B7A8D3. Grayscale: #4D4D4D. Windows color (decimal): -12036308 or 2905928. OLE color: 2905928.

HSL color Cylindrical-coordinate representation of color #48572C: hue angle of 80.93º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48572C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 44 -
CMYK 0.17 0 0.49 0.66
HSL 80.93º 0.33% 0.26% -
HSV(B) 80.93º 0.49% 0.34% -
XYZ 6.54 8.38 3.66 -
YUV 77.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 72 87 44 0.17 0 0.49 0.66 80.93 0.33 0.26
Hex 48 57 2C 11 0 31 42 51 21 1A
Octal 110 127 54 21 0 61 102 121 41 32
Binary 1001000 1010111 101100 10001 0 110001 1000010 1010001 100001 11010

Color Harmonies of #48572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48572C

Black with #48572C

Text Example


Text Example

White with #48572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48572C; }

 p { color: rgb(72,87,44); }

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

background-color css

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

 a { background-color: rgb(72,87,44); }

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

border-color css

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

 span { border-color: rgb(72,87,44); }

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