Html Css Color HEX #937F4C Clay Creek

📋 copy color: '#937F4C'

red 147 ◦ green 127 ◦ blue 76

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

Shades of Clay Creek #937F4C

Tints of Clay Creek #937F4C

RGB

 RED value IS 147 (57.81% from 255) = 42%

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 42%
G = 36.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#937F4C (or 0x937F4C) is known color: Clay Creek. HEX triplet: 93, 7F and 4C. RGB value is (147,127,76). Sum of RGB (Red+Green+Blue) = 147+127+76=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #937F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F4C is #6C80B3. Grayscale: #7F7F7F. Windows color (decimal): -7110836 or 5013395. OLE color: 5013395.

HSL color Cylindrical-coordinate representation of color #937F4C: hue angle of 43.1º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937F4C is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 127 76 -
CMYK 0 0.14 0.48 0.42
HSL 43.1º 0.32% 0.44% -
HSV(B) 43.1º 0.48% 0.58% -
XYZ 20.93 21.9 9.96 -
YUV 127.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 147 127 76 0 0.14 0.48 0.42 43.1 0.32 0.44
Hex 93 7F 4C 0 E 30 2A 2B 20 2C
Octal 223 177 114 0 16 60 52 53 40 54
Binary 10010011 1111111 1001100 0 1110 110000 101010 101011 100000 101100

Color Harmonies of #937F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937F4C

Black with #937F4C

Text Example


Text Example

White with #937F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937F4C; }

 p { color: rgb(147,127,76); }

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

background-color css

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

 a { background-color: rgb(147,127,76); }

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

border-color css

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

 span { border-color: rgb(147,127,76); }

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