Html Css Color HEX #977053 Pale Brown

📋 copy color: '#977053'

red 151 ◦ green 112 ◦ blue 83

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

Shades of Pale Brown #977053

Tints of Pale Brown #977053

RGB

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

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

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

R = 43.64%
G = 32.37%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#977053 (or 0x977053) is known color: Pale Brown. HEX triplet: 97, 70 and 53. RGB value is (151,112,83). Sum of RGB (Red+Green+Blue) = 151+112+83=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977053 is #688FAC. Grayscale: #787878. Windows color (decimal): -6852525 or 5468311. OLE color: 5468311.

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

Color convert

RGB 151 112 83 -
CMYK 0 0.26 0.45 0.41
HSL 25.59º 0.29% 0.46% -
HSV(B) 25.59º 0.45% 0.59% -
XYZ 20.12 18.79 10.75 -
YUV 120.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 151 112 83 0 0.26 0.45 0.41 25.59 0.29 0.46
Hex 97 70 53 0 1A 2D 29 1A 1D 2E
Octal 227 160 123 0 32 55 51 32 35 56
Binary 10010111 1110000 1010011 0 11010 101101 101001 11010 11101 101110

Color Harmonies of #977053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977053

Black with #977053

Text Example


Text Example

White with #977053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977053; }

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

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

background-color css

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

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

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

border-color css

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

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

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