Html Css Color HEX #977042 Pale Brown

📋 copy color: '#977042'

red 151 ◦ green 112 ◦ blue 66

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

Shades of Pale Brown #977042

Tints of Pale Brown #977042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 45.9%
G = 34.04%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#977042 (or 0x977042) is known color: Pale Brown. HEX triplet: 97, 70 and 42. RGB value is (151,112,66). Sum of RGB (Red+Green+Blue) = 151+112+66=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #977042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977042 is #688FBD. Grayscale: #767676. Windows color (decimal): -6852542 or 4354199. OLE color: 4354199.

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

Color convert

RGB 151 112 66 -
CMYK 0 0.26 0.56 0.41
HSL 32.47º 0.39% 0.43% -
HSV(B) 32.47º 0.56% 0.59% -
XYZ 19.54 18.56 7.71 -
YUV 118.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 151 112 66 0 0.26 0.56 0.41 32.47 0.39 0.43
Hex 97 70 42 0 1A 38 29 20 27 2B
Octal 227 160 102 0 32 70 51 40 47 53
Binary 10010111 1110000 1000010 0 11010 111000 101001 100000 100111 101011

Color Harmonies of #977042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977042

Black with #977042

Text Example


Text Example

White with #977042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977042; }

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

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

background-color css

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

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

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

border-color css

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

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

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