Html Css Color HEX #997352 Pale Brown

📋 copy color: '#997352'

red 153 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #997352

Tints of Pale Brown #997352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 43.71%
G = 32.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#997352 (or 0x997352) is known color: Pale Brown. HEX triplet: 99, 73 and 52. RGB value is (153,115,82). Sum of RGB (Red+Green+Blue) = 153+115+82=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #997352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997352 is #668CAD. Grayscale: #7A7A7A. Windows color (decimal): -6720686 or 5403545. OLE color: 5403545.

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

Color convert

RGB 153 115 82 -
CMYK 0 0.25 0.46 0.4
HSL 27.89º 0.3% 0.46% -
HSV(B) 27.89º 0.46% 0.6% -
XYZ 20.79 19.64 10.68 -
YUV 122.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 153 115 82 0 0.25 0.46 0.4 27.89 0.3 0.46
Hex 99 73 52 0 19 2E 28 1C 1E 2E
Octal 231 163 122 0 31 56 50 34 36 56
Binary 10011001 1110011 1010010 0 11001 101110 101000 11100 11110 101110

Color Harmonies of #997352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997352

Black with #997352

Text Example


Text Example

White with #997352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997352; }

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

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

background-color css

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

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

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

border-color css

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

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

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