Html Css Color HEX #977552 Pale Brown

📋 copy color: '#977552'

red 151 ◦ green 117 ◦ blue 82

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

Shades of Pale Brown #977552

Tints of Pale Brown #977552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 43.14%
G = 33.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#977552 (or 0x977552) is known color: Pale Brown. HEX triplet: 97, 75 and 52. RGB value is (151,117,82). Sum of RGB (Red+Green+Blue) = 151+117+82=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977552 is #688AAD. Grayscale: #7B7B7B. Windows color (decimal): -6851246 or 5404055. OLE color: 5404055.

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

Color convert

RGB 151 117 82 -
CMYK 0 0.23 0.46 0.41
HSL 30.43º 0.3% 0.46% -
HSV(B) 30.43º 0.46% 0.59% -
XYZ 20.65 19.91 10.74 -
YUV 123.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 151 117 82 0 0.23 0.46 0.41 30.43 0.3 0.46
Hex 97 75 52 0 17 2E 29 1E 1E 2E
Octal 227 165 122 0 27 56 51 36 36 56
Binary 10010111 1110101 1010010 0 10111 101110 101001 11110 11110 101110

Color Harmonies of #977552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977552

Black with #977552

Text Example


Text Example

White with #977552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977552; }

 p { color: rgb(151,117,82); }

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

background-color css

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

 a { background-color: rgb(151,117,82); }

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

border-color css

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

 span { border-color: rgb(151,117,82); }

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