Html Css Color HEX #977251 Pale Brown

📋 copy color: '#977251'

red 151 ◦ green 114 ◦ blue 81

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

Shades of Pale Brown #977251

Tints of Pale Brown #977251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 43.64%
G = 32.95%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#977251 (or 0x977251) is known color: Pale Brown. HEX triplet: 97, 72 and 51. RGB value is (151,114,81). Sum of RGB (Red+Green+Blue) = 151+114+81=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977251 is #688DAE. Grayscale: #797979. Windows color (decimal): -6852015 or 5337751. OLE color: 5337751.

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

Color convert

RGB 151 114 81 -
CMYK 0 0.25 0.46 0.41
HSL 28.29º 0.3% 0.45% -
HSV(B) 28.29º 0.46% 0.59% -
XYZ 20.27 19.21 10.42 -
YUV 121.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 151 114 81 0 0.25 0.46 0.41 28.29 0.3 0.45
Hex 97 72 51 0 19 2E 29 1C 1E 2D
Octal 227 162 121 0 31 56 51 34 36 55
Binary 10010111 1110010 1010001 0 11001 101110 101001 11100 11110 101101

Color Harmonies of #977251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977251

Black with #977251

Text Example


Text Example

White with #977251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977251; }

 p { color: rgb(151,114,81); }

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

background-color css

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

 a { background-color: rgb(151,114,81); }

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

border-color css

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

 span { border-color: rgb(151,114,81); }

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