Html Css Color HEX #977253 Pale Brown

📋 copy color: '#977253'

red 151 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #977253

Tints of Pale Brown #977253

RGB

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

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

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

R = 43.39%
G = 32.76%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#977253 (or 0x977253) is known color: Pale Brown. HEX triplet: 97, 72 and 53. RGB value is (151,114,83). Sum of RGB (Red+Green+Blue) = 151+114+83=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #977253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977253 is #688DAC. Grayscale: #797979. Windows color (decimal): -6852013 or 5468823. OLE color: 5468823.

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

Color convert

RGB 151 114 83 -
CMYK 0 0.25 0.45 0.41
HSL 27.35º 0.29% 0.46% -
HSV(B) 27.35º 0.45% 0.59% -
XYZ 20.34 19.24 10.82 -
YUV 121.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 151 114 83 0 0.25 0.45 0.41 27.35 0.29 0.46
Hex 97 72 53 0 19 2D 29 1B 1D 2E
Octal 227 162 123 0 31 55 51 33 35 56
Binary 10010111 1110010 1010011 0 11001 101101 101001 11011 11101 101110

Color Harmonies of #977253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977253

Black with #977253

Text Example


Text Example

White with #977253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977253; }

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

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

background-color css

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

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

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

border-color css

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

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

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