Html Css Color HEX #48532C Clover

📋 copy color: '#48532C'

red 72 ◦ green 83 ◦ blue 44

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

Shades of Clover #48532C

Tints of Clover #48532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

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

R = 36.18%
G = 41.71%
B = 22.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#48532C (or 0x48532C) is known color: Clover. HEX triplet: 48, 53 and 2C. RGB value is (72,83,44). Sum of RGB (Red+Green+Blue) = 72+83+44=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #48532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48532C is #B7ACD3. Grayscale: #4B4B4B. Windows color (decimal): -12037332 or 2904904. OLE color: 2904904.

HSL color Cylindrical-coordinate representation of color #48532C: hue angle of 76.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48532C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 44 -
CMYK 0.13 0 0.47 0.67
HSL 76.92º 0.31% 0.25% -
HSV(B) 76.92º 0.47% 0.33% -
XYZ 6.22 7.75 3.55 -
YUV 75.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 72 83 44 0.13 0 0.47 0.67 76.92 0.31 0.25
Hex 48 53 2C D 0 2F 43 4D 1F 19
Octal 110 123 54 15 0 57 103 115 37 31
Binary 1001000 1010011 101100 1101 0 101111 1000011 1001101 11111 11001

Color Harmonies of #48532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48532C

Black with #48532C

Text Example


Text Example

White with #48532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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