Html Css Color HEX #987952 Pale Brown

📋 copy color: '#987952'

red 152 ◦ green 121 ◦ blue 82

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

Shades of Pale Brown #987952

Tints of Pale Brown #987952

RGB

 RED value IS 152 (59.77% from 255) = 42.82%

 GREEN value IS 121 (47.66% from 255) = 34.08%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 42.82%
G = 34.08%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#987952 (or 0x987952) is known color: Pale Brown. HEX triplet: 98, 79 and 52. RGB value is (152,121,82). Sum of RGB (Red+Green+Blue) = 152+121+82=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987952 is #6786AD. Grayscale: #7E7E7E. Windows color (decimal): -6784686 or 5405080. OLE color: 5405080.

HSL color Cylindrical-coordinate representation of color #987952: hue angle of 33.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987952 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 82 -
CMYK 0 0.20 0.46 0.40
HSL 33.43º 0.3% 0.46% -
HSV(B) 33.43º 0.46% 0.6% -
XYZ 21.31 20.96 10.91 -
YUV 125.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 152 121 82 0 0.20 0.46 0.40 33.43 0.3 0.46
Hex 98 79 52 0 14 2E 28 21 1E 2E
Octal 230 171 122 0 24 56 50 41 36 56
Binary 10011000 1111001 1010010 0 10100 101110 101000 100001 11110 101110

Color Harmonies of #987952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987952

Black with #987952

Text Example


Text Example

White with #987952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987952; }

 p { color: rgb(152,121,82); }

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

background-color css

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

 a { background-color: rgb(152,121,82); }

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

border-color css

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

 span { border-color: rgb(152,121,82); }

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