Html Css Color HEX #977045 Pale Brown

📋 copy color: '#977045'

red 151 ◦ green 112 ◦ blue 69

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

Shades of Pale Brown #977045

Tints of Pale Brown #977045

RGB

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

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

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

R = 45.48%
G = 33.73%
B = 20.78%

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

#977045 (or 0x977045) is known color: Pale Brown. HEX triplet: 97, 70 and 45. RGB value is (151,112,69). Sum of RGB (Red+Green+Blue) = 151+112+69=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #977045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977045 is #688FBA. Grayscale: #767676. Windows color (decimal): -6852539 or 4550807. OLE color: 4550807.

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

Color convert

RGB 151 112 69 -
CMYK 0 0.26 0.54 0.41
HSL 31.46º 0.37% 0.43% -
HSV(B) 31.46º 0.54% 0.59% -
XYZ 19.63 18.6 8.19 -
YUV 118.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 151 112 69 0 0.26 0.54 0.41 31.46 0.37 0.43
Hex 97 70 45 0 1A 36 29 1F 25 2B
Octal 227 160 105 0 32 66 51 37 45 53
Binary 10010111 1110000 1000101 0 11010 110110 101001 11111 100101 101011

Color Harmonies of #977045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977045

Black with #977045

Text Example


Text Example

White with #977045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977045; }

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

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

background-color css

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

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

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

border-color css

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

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

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