Html Css Color HEX #997252 Pale Brown

📋 copy color: '#997252'

red 153 ◦ green 114 ◦ blue 82

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

Shades of Pale Brown #997252

Tints of Pale Brown #997252

RGB

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

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

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

R = 43.84%
G = 32.66%
B = 23.5%

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

#997252 (or 0x997252) is known color: Pale Brown. HEX triplet: 99, 72 and 52. RGB value is (153,114,82). Sum of RGB (Red+Green+Blue) = 153+114+82=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #997252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997252 is #668DAD. Grayscale: #7A7A7A. Windows color (decimal): -6720942 or 5403289. OLE color: 5403289.

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

Color convert

RGB 153 114 82 -
CMYK 0 0.25 0.46 0.4
HSL 27.04º 0.3% 0.46% -
HSV(B) 27.04º 0.46% 0.6% -
XYZ 20.68 19.42 10.64 -
YUV 122.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 153 114 82 0 0.25 0.46 0.4 27.04 0.3 0.46
Hex 99 72 52 0 19 2E 28 1B 1E 2E
Octal 231 162 122 0 31 56 50 33 36 56
Binary 10011001 1110010 1010010 0 11001 101110 101000 11011 11110 101110

Color Harmonies of #997252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997252

Black with #997252

Text Example


Text Example

White with #997252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997252; }

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

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

background-color css

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

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

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

border-color css

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

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

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