Html Css Color HEX #997250 Pale Brown

📋 copy color: '#997250'

red 153 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #997250

Tints of Pale Brown #997250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 44.09%
G = 32.85%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#997250 (or 0x997250) is known color: Pale Brown. HEX triplet: 99, 72 and 50. RGB value is (153,114,80). Sum of RGB (Red+Green+Blue) = 153+114+80=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #997250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997250 is #668DAF. Grayscale: #797979. Windows color (decimal): -6720944 or 5272217. OLE color: 5272217.

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

Color convert

RGB 153 114 80 -
CMYK 0 0.25 0.48 0.4
HSL 27.95º 0.31% 0.46% -
HSV(B) 27.95º 0.48% 0.6% -
XYZ 20.6 19.39 10.25 -
YUV 121.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 153 114 80 0 0.25 0.48 0.4 27.95 0.31 0.46
Hex 99 72 50 0 19 30 28 1C 1F 2E
Octal 231 162 120 0 31 60 50 34 37 56
Binary 10011001 1110010 1010000 0 11001 110000 101000 11100 11111 101110

Color Harmonies of #997250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997250

Black with #997250

Text Example


Text Example

White with #997250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997250; }

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

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

background-color css

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

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

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

border-color css

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

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

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