Html Css Color HEX #997248 Pale Brown

📋 copy color: '#997248'

red 153 ◦ green 114 ◦ blue 72

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

Shades of Pale Brown #997248

Tints of Pale Brown #997248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 45.13%
G = 33.63%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#997248 (or 0x997248) is known color: Pale Brown. HEX triplet: 99, 72 and 48. RGB value is (153,114,72). Sum of RGB (Red+Green+Blue) = 153+114+72=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #997248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997248 is #668DB7. Grayscale: #797979. Windows color (decimal): -6720952 or 4747929. OLE color: 4747929.

HSL color Cylindrical-coordinate representation of color #997248: hue angle of 31.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #997248 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 72 -
CMYK 0 0.25 0.53 0.4
HSL 31.11º 0.36% 0.44% -
HSV(B) 31.11º 0.53% 0.6% -
XYZ 20.32 19.27 8.78 -
YUV 120.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 153 114 72 0 0.25 0.53 0.4 31.11 0.36 0.44
Hex 99 72 48 0 19 35 28 1F 24 2C
Octal 231 162 110 0 31 65 50 37 44 54
Binary 10011001 1110010 1001000 0 11001 110101 101000 11111 100100 101100

Color Harmonies of #997248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997248

Black with #997248

Text Example


Text Example

White with #997248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997248; }

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

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

background-color css

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

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

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

border-color css

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

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

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