Html Css Color HEX #928047 Clay Creek

📋 copy color: '#928047'

red 146 ◦ green 128 ◦ blue 71

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

Shades of Clay Creek #928047

Tints of Clay Creek #928047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 42.32%
G = 37.1%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#928047 (or 0x928047) is known color: Clay Creek. HEX triplet: 92, 80 and 47. RGB value is (146,128,71). Sum of RGB (Red+Green+Blue) = 146+128+71=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #928047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928047 is #6D7FB8. Grayscale: #7F7F7F. Windows color (decimal): -7176121 or 4685970. OLE color: 4685970.

HSL color Cylindrical-coordinate representation of color #928047: hue angle of 45.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #928047 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 71 -
CMYK 0 0.12 0.51 0.43
HSL 45.6º 0.35% 0.43% -
HSV(B) 45.6º 0.51% 0.57% -
XYZ 20.71 22 9.12 -
YUV 126.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 146 128 71 0 0.12 0.51 0.43 45.6 0.35 0.43
Hex 92 80 47 0 C 33 2B 2E 23 2B
Octal 222 200 107 0 14 63 53 56 43 53
Binary 10010010 10000000 1000111 0 1100 110011 101011 101110 100011 101011

Color Harmonies of #928047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928047

Black with #928047

Text Example


Text Example

White with #928047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928047; }

 p { color: rgb(146,128,71); }

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

background-color css

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

 a { background-color: rgb(146,128,71); }

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

border-color css

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

 span { border-color: rgb(146,128,71); }

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