Html Css Color HEX #48592A Clover

📋 copy color: '#48592A'

red 72 ◦ green 89 ◦ blue 42

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

Shades of Clover #48592A

Tints of Clover #48592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 35.47%
G = 43.84%
B = 20.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#48592A (or 0x48592A) is known color: Clover. HEX triplet: 48, 59 and 2A. RGB value is (72,89,42). Sum of RGB (Red+Green+Blue) = 72+89+42=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #48592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48592A is #B7A6D5. Grayscale: #4E4E4E. Windows color (decimal): -12035798 or 2775368. OLE color: 2775368.

HSL color Cylindrical-coordinate representation of color #48592A: hue angle of 81.7º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48592A is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 42 -
CMYK 0.19 0 0.53 0.65
HSL 81.7º 0.36% 0.26% -
HSV(B) 81.7º 0.53% 0.35% -
XYZ 6.66 8.69 3.52 -
YUV 78.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 72 89 42 0.19 0 0.53 0.65 81.7 0.36 0.26
Hex 48 59 2A 13 0 35 41 52 24 1A
Octal 110 131 52 23 0 65 101 122 44 32
Binary 1001000 1011001 101010 10011 0 110101 1000001 1010010 100100 11010

Color Harmonies of #48592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48592A

Black with #48592A

Text Example


Text Example

White with #48592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48592A; }

 p { color: rgb(72,89,42); }

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

background-color css

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

 a { background-color: rgb(72,89,42); }

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

border-color css

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

 span { border-color: rgb(72,89,42); }

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