Html Css Color HEX #997253 Pale Brown

📋 copy color: '#997253'

red 153 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #997253

Tints of Pale Brown #997253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 43.71%
G = 32.57%
B = 23.71%

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

#997253 (or 0x997253) is known color: Pale Brown. HEX triplet: 99, 72 and 53. RGB value is (153,114,83). Sum of RGB (Red+Green+Blue) = 153+114+83=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #997253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997253 is #668DAC. Grayscale: #7A7A7A. Windows color (decimal): -6720941 or 5468825. OLE color: 5468825.

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

Color convert

RGB 153 114 83 -
CMYK 0 0.25 0.46 0.4
HSL 26.57º 0.3% 0.46% -
HSV(B) 26.57º 0.46% 0.6% -
XYZ 20.72 19.43 10.84 -
YUV 122.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 153 114 83 0 0.25 0.46 0.4 26.57 0.3 0.46
Hex 99 72 53 0 19 2E 28 1B 1E 2E
Octal 231 162 123 0 31 56 50 33 36 56
Binary 10011001 1110010 1010011 0 11001 101110 101000 11011 11110 101110

Color Harmonies of #997253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997253

Black with #997253

Text Example


Text Example

White with #997253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997253; }

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

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

background-color css

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

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

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

border-color css

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

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

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