Html Css Color HEX #977242 Pale Brown

📋 copy color: '#977242'

red 151 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #977242

Tints of Pale Brown #977242

RGB

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

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

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

R = 45.62%
G = 34.44%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#977242 (or 0x977242) is known color: Pale Brown. HEX triplet: 97, 72 and 42. RGB value is (151,114,66). Sum of RGB (Red+Green+Blue) = 151+114+66=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #977242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977242 is #688DBD. Grayscale: #777777. Windows color (decimal): -6852030 or 4354711. OLE color: 4354711.

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

Color convert

RGB 151 114 66 -
CMYK 0 0.25 0.56 0.41
HSL 33.88º 0.39% 0.43% -
HSV(B) 33.88º 0.56% 0.59% -
XYZ 19.76 19.01 7.78 -
YUV 119.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 151 114 66 0 0.25 0.56 0.41 33.88 0.39 0.43
Hex 97 72 42 0 19 38 29 22 27 2B
Octal 227 162 102 0 31 70 51 42 47 53
Binary 10010111 1110010 1000010 0 11001 111000 101001 100010 100111 101011

Color Harmonies of #977242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977242

Black with #977242

Text Example


Text Example

White with #977242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977242; }

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

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

background-color css

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

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

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

border-color css

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

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

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