Html Css Color HEX #977A53 Pale Brown

📋 copy color: '#977A53'

red 151 ◦ green 122 ◦ blue 83

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

Shades of Pale Brown #977A53

Tints of Pale Brown #977A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 42.42%
G = 34.27%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#977A53 (or 0x977A53) is known color: Pale Brown. HEX triplet: 97, 7A and 53. RGB value is (151,122,83). Sum of RGB (Red+Green+Blue) = 151+122+83=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #977A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A53 is #6885AC. Grayscale: #7E7E7E. Windows color (decimal): -6849965 or 5470871. OLE color: 5470871.

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

Color convert

RGB 151 122 83 -
CMYK 0 0.19 0.45 0.41
HSL 34.41º 0.29% 0.46% -
HSV(B) 34.41º 0.45% 0.59% -
XYZ 21.28 21.12 11.14 -
YUV 126.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 151 122 83 0 0.19 0.45 0.41 34.41 0.29 0.46
Hex 97 7A 53 0 13 2D 29 22 1D 2E
Octal 227 172 123 0 23 55 51 42 35 56
Binary 10010111 1111010 1010011 0 10011 101101 101001 100010 11101 101110

Color Harmonies of #977A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A53

Black with #977A53

Text Example


Text Example

White with #977A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977A53; }

 p { color: rgb(151,122,83); }

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

background-color css

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

 a { background-color: rgb(151,122,83); }

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

border-color css

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

 span { border-color: rgb(151,122,83); }

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