Html Css Color HEX #997952 Pale Brown

📋 copy color: '#997952'

red 153 ◦ green 121 ◦ blue 82

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

Shades of Pale Brown #997952

Tints of Pale Brown #997952

RGB

 RED value IS 153 (60.16% from 255) = 42.98%

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

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

R = 42.98%
G = 33.99%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#997952 (or 0x997952) is known color: Pale Brown. HEX triplet: 99, 79 and 52. RGB value is (153,121,82). Sum of RGB (Red+Green+Blue) = 153+121+82=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #997952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997952 is #6686AD. Grayscale: #7E7E7E. Windows color (decimal): -6719150 or 5405081. OLE color: 5405081.

HSL color Cylindrical-coordinate representation of color #997952: hue angle of 32.96º 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 #997952 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 82 -
CMYK 0 0.21 0.46 0.4
HSL 32.96º 0.3% 0.46% -
HSV(B) 32.96º 0.46% 0.6% -
XYZ 21.5 21.06 10.91 -
YUV 126.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 153 121 82 0 0.21 0.46 0.4 32.96 0.3 0.46
Hex 99 79 52 0 15 2E 28 21 1E 2E
Octal 231 171 122 0 25 56 50 41 36 56
Binary 10011001 1111001 1010010 0 10101 101110 101000 100001 11110 101110

Color Harmonies of #997952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997952

Black with #997952

Text Example


Text Example

White with #997952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997952; }

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

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

background-color css

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

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

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

border-color css

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

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

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