Html Css Color HEX #927F4C Clay Creek

📋 copy color: '#927F4C'

red 146 ◦ green 127 ◦ blue 76

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

Shades of Clay Creek #927F4C

Tints of Clay Creek #927F4C

RGB

 RED value IS 146 (57.42% from 255) = 41.83%

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

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

R = 41.83%
G = 36.39%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#927F4C (or 0x927F4C) is known color: Clay Creek. HEX triplet: 92, 7F and 4C. RGB value is (146,127,76). Sum of RGB (Red+Green+Blue) = 146+127+76=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #927F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F4C is #6D80B3. Grayscale: #7F7F7F. Windows color (decimal): -7176372 or 5013394. OLE color: 5013394.

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

Color convert

RGB 146 127 76 -
CMYK 0 0.13 0.48 0.43
HSL 43.71º 0.32% 0.44% -
HSV(B) 43.71º 0.48% 0.57% -
XYZ 20.75 21.81 9.95 -
YUV 126.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 146 127 76 0 0.13 0.48 0.43 43.71 0.32 0.44
Hex 92 7F 4C 0 D 30 2B 2C 20 2C
Octal 222 177 114 0 15 60 53 54 40 54
Binary 10010010 1111111 1001100 0 1101 110000 101011 101100 100000 101100

Color Harmonies of #927F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F4C

Black with #927F4C

Text Example


Text Example

White with #927F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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