Html Css Color HEX #977152 Pale Brown

📋 copy color: '#977152'

red 151 ◦ green 113 ◦ blue 82

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

Shades of Pale Brown #977152

Tints of Pale Brown #977152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

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

R = 43.64%
G = 32.66%
B = 23.7%

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

#977152 (or 0x977152) is known color: Pale Brown. HEX triplet: 97, 71 and 52. RGB value is (151,113,82). Sum of RGB (Red+Green+Blue) = 151+113+82=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977152 is #688EAD. Grayscale: #787878. Windows color (decimal): -6852270 or 5403031. OLE color: 5403031.

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

Color convert

RGB 151 113 82 -
CMYK 0 0.25 0.46 0.41
HSL 26.96º 0.3% 0.46% -
HSV(B) 26.96º 0.46% 0.59% -
XYZ 20.19 19 10.59 -
YUV 120.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 151 113 82 0 0.25 0.46 0.41 26.96 0.3 0.46
Hex 97 71 52 0 19 2E 29 1B 1E 2E
Octal 227 161 122 0 31 56 51 33 36 56
Binary 10010111 1110001 1010010 0 11001 101110 101001 11011 11110 101110

Color Harmonies of #977152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977152

Black with #977152

Text Example


Text Example

White with #977152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977152; }

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

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

background-color css

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

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

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

border-color css

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

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

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