Html Css Color HEX #997050 Pale Brown

📋 copy color: '#997050'

red 153 ◦ green 112 ◦ blue 80

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

Shades of Pale Brown #997050

Tints of Pale Brown #997050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 44.35%
G = 32.46%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#997050 (or 0x997050) is known color: Pale Brown. HEX triplet: 99, 70 and 50. RGB value is (153,112,80). Sum of RGB (Red+Green+Blue) = 153+112+80=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #997050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997050 is #668FAF. Grayscale: #787878. Windows color (decimal): -6721456 or 5271705. OLE color: 5271705.

HSL color Cylindrical-coordinate representation of color #997050: hue angle of 26.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997050 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 80 -
CMYK 0 0.27 0.48 0.4
HSL 26.3º 0.31% 0.46% -
HSV(B) 26.3º 0.48% 0.6% -
XYZ 20.38 18.94 10.17 -
YUV 120.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 153 112 80 0 0.27 0.48 0.4 26.3 0.31 0.46
Hex 99 70 50 0 1B 30 28 1A 1F 2E
Octal 231 160 120 0 33 60 50 32 37 56
Binary 10011001 1110000 1010000 0 11011 110000 101000 11010 11111 101110

Color Harmonies of #997050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997050

Black with #997050

Text Example


Text Example

White with #997050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997050; }

 p { color: rgb(153,112,80); }

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

background-color css

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

 a { background-color: rgb(153,112,80); }

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

border-color css

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

 span { border-color: rgb(153,112,80); }

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