Html Css Color HEX #977245 Pale Brown

📋 copy color: '#977245'

red 151 ◦ green 114 ◦ blue 69

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

Shades of Pale Brown #977245

Tints of Pale Brown #977245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 45.21%
G = 34.13%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#977245 (or 0x977245) is known color: Pale Brown. HEX triplet: 97, 72 and 45. RGB value is (151,114,69). Sum of RGB (Red+Green+Blue) = 151+114+69=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #977245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977245 is #688DBA. Grayscale: #787878. Windows color (decimal): -6852027 or 4551319. OLE color: 4551319.

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

Color convert

RGB 151 114 69 -
CMYK 0 0.25 0.54 0.41
HSL 32.93º 0.37% 0.43% -
HSV(B) 32.93º 0.54% 0.59% -
XYZ 19.85 19.04 8.26 -
YUV 119.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 151 114 69 0 0.25 0.54 0.41 32.93 0.37 0.43
Hex 97 72 45 0 19 36 29 21 25 2B
Octal 227 162 105 0 31 66 51 41 45 53
Binary 10010111 1110010 1000101 0 11001 110110 101001 100001 100101 101011

Color Harmonies of #977245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977245

Black with #977245

Text Example


Text Example

White with #977245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977245; }

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

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

background-color css

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

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

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

border-color css

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

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

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