Html Css Color HEX #977046 Pale Brown

📋 copy color: '#977046'

red 151 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #977046

Tints of Pale Brown #977046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 45.35%
G = 33.63%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#977046 (or 0x977046) is known color: Pale Brown. HEX triplet: 97, 70 and 46. RGB value is (151,112,70). Sum of RGB (Red+Green+Blue) = 151+112+70=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #977046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977046 is #688FB9. Grayscale: #777777. Windows color (decimal): -6852538 or 4616343. OLE color: 4616343.

HSL color Cylindrical-coordinate representation of color #977046: hue angle of 31.11º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #977046 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 70 -
CMYK 0 0.26 0.54 0.41
HSL 31.11º 0.37% 0.43% -
HSV(B) 31.11º 0.54% 0.59% -
XYZ 19.66 18.61 8.35 -
YUV 118.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 151 112 70 0 0.26 0.54 0.41 31.11 0.37 0.43
Hex 97 70 46 0 1A 36 29 1F 25 2B
Octal 227 160 106 0 32 66 51 37 45 53
Binary 10010111 1110000 1000110 0 11010 110110 101001 11111 100101 101011

Color Harmonies of #977046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977046

Black with #977046

Text Example


Text Example

White with #977046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977046; }

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

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

background-color css

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

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

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

border-color css

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

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

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