Html Css Color HEX #977350 Pale Brown

📋 copy color: '#977350'

red 151 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #977350

Tints of Pale Brown #977350

RGB

 RED value IS 151 (59.38% from 255) = 43.64%

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

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

R = 43.64%
G = 33.24%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#977350 (or 0x977350) is known color: Pale Brown. HEX triplet: 97, 73 and 50. RGB value is (151,115,80). Sum of RGB (Red+Green+Blue) = 151+115+80=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977350 is #688CAF. Grayscale: #797979. Windows color (decimal): -6851760 or 5272471. OLE color: 5272471.

HSL color Cylindrical-coordinate representation of color #977350: hue angle of 29.58º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977350 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 115 80 -
CMYK 0 0.24 0.47 0.41
HSL 29.58º 0.31% 0.45% -
HSV(B) 29.58º 0.47% 0.59% -
XYZ 20.34 19.42 10.27 -
YUV 121.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 151 115 80 0 0.24 0.47 0.41 29.58 0.31 0.45
Hex 97 73 50 0 18 2F 29 1E 1F 2D
Octal 227 163 120 0 30 57 51 36 37 55
Binary 10010111 1110011 1010000 0 11000 101111 101001 11110 11111 101101

Color Harmonies of #977350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977350

Black with #977350

Text Example


Text Example

White with #977350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977350; }

 p { color: rgb(151,115,80); }

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

background-color css

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

 a { background-color: rgb(151,115,80); }

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

border-color css

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

 span { border-color: rgb(151,115,80); }

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