Html Css Color HEX #977255 Pale Brown

📋 copy color: '#977255'

red 151 ◦ green 114 ◦ blue 85

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

Shades of Pale Brown #977255

Tints of Pale Brown #977255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 43.14%
G = 32.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#977255 (or 0x977255) is known color: Pale Brown. HEX triplet: 97, 72 and 55. RGB value is (151,114,85). Sum of RGB (Red+Green+Blue) = 151+114+85=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977255 is #688DAA. Grayscale: #797979. Windows color (decimal): -6852011 or 5599895. OLE color: 5599895.

HSL color Cylindrical-coordinate representation of color #977255: hue angle of 26.36º degrees, saturation: 0.28, 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 #977255 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 85 -
CMYK 0 0.25 0.44 0.41
HSL 26.36º 0.28% 0.46% -
HSV(B) 26.36º 0.44% 0.59% -
XYZ 20.42 19.27 11.24 -
YUV 121.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 151 114 85 0 0.25 0.44 0.41 26.36 0.28 0.46
Hex 97 72 55 0 19 2C 29 1A 1C 2E
Octal 227 162 125 0 31 54 51 32 34 56
Binary 10010111 1110010 1010101 0 11001 101100 101001 11010 11100 101110

Color Harmonies of #977255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977255

Black with #977255

Text Example


Text Example

White with #977255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977255; }

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

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

background-color css

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

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

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

border-color css

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

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

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