Html Css Color HEX #977054 Pale Brown

📋 copy color: '#977054'

red 151 ◦ green 112 ◦ blue 84

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

Shades of Pale Brown #977054

Tints of Pale Brown #977054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 43.52%
G = 32.28%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#977054 (or 0x977054) is known color: Pale Brown. HEX triplet: 97, 70 and 54. RGB value is (151,112,84). Sum of RGB (Red+Green+Blue) = 151+112+84=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #977054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977054 is #688FAB. Grayscale: #787878. Windows color (decimal): -6852524 or 5533847. OLE color: 5533847.

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

Color convert

RGB 151 112 84 -
CMYK 0 0.26 0.44 0.41
HSL 25.07º 0.29% 0.46% -
HSV(B) 25.07º 0.44% 0.59% -
XYZ 20.16 18.81 10.96 -
YUV 120.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 151 112 84 0 0.26 0.44 0.41 25.07 0.29 0.46
Hex 97 70 54 0 1A 2C 29 19 1D 2E
Octal 227 160 124 0 32 54 51 31 35 56
Binary 10010111 1110000 1010100 0 11010 101100 101001 11001 11101 101110

Color Harmonies of #977054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977054

Black with #977054

Text Example


Text Example

White with #977054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977054; }

 p { color: rgb(151,112,84); }

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

background-color css

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

 a { background-color: rgb(151,112,84); }

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

border-color css

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

 span { border-color: rgb(151,112,84); }

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