Html Css Color HEX #997348 Pale Brown

📋 copy color: '#997348'

red 153 ◦ green 115 ◦ blue 72

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

Shades of Pale Brown #997348

Tints of Pale Brown #997348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 45%
G = 33.82%
B = 21.18%

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

#997348 (or 0x997348) is known color: Pale Brown. HEX triplet: 99, 73 and 48. RGB value is (153,115,72). Sum of RGB (Red+Green+Blue) = 153+115+72=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #997348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997348 is #668CB7. Grayscale: #797979. Windows color (decimal): -6720696 or 4748185. OLE color: 4748185.

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

Color convert

RGB 153 115 72 -
CMYK 0 0.25 0.53 0.4
HSL 31.85º 0.36% 0.44% -
HSV(B) 31.85º 0.53% 0.6% -
XYZ 20.44 19.5 8.82 -
YUV 121.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 153 115 72 0 0.25 0.53 0.4 31.85 0.36 0.44
Hex 99 73 48 0 19 35 28 20 24 2C
Octal 231 163 110 0 31 65 50 40 44 54
Binary 10011001 1110011 1001000 0 11001 110101 101000 100000 100100 101100

Color Harmonies of #997348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997348

Black with #997348

Text Example


Text Example

White with #997348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997348; }

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

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

background-color css

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

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

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

border-color css

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

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

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