Html Css Color HEX #928147 Clay Creek

📋 copy color: '#928147'

red 146 ◦ green 129 ◦ blue 71

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

Shades of Clay Creek #928147

Tints of Clay Creek #928147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 42.2%
G = 37.28%
B = 20.52%

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

#928147 (or 0x928147) is known color: Clay Creek. HEX triplet: 92, 81 and 47. RGB value is (146,129,71). Sum of RGB (Red+Green+Blue) = 146+129+71=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #928147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928147 is #6D7EB8. Grayscale: #7F7F7F. Windows color (decimal): -7175865 or 4686226. OLE color: 4686226.

HSL color Cylindrical-coordinate representation of color #928147: hue angle of 46.4º 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 #928147 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 129 71 -
CMYK 0 0.12 0.51 0.43
HSL 46.4º 0.35% 0.43% -
HSV(B) 46.4º 0.51% 0.57% -
XYZ 20.84 22.27 9.16 -
YUV 127.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 146 129 71 0 0.12 0.51 0.43 46.4 0.35 0.43
Hex 92 81 47 0 C 33 2B 2E 23 2B
Octal 222 201 107 0 14 63 53 56 43 53
Binary 10010010 10000001 1000111 0 1100 110011 101011 101110 100011 101011

Color Harmonies of #928147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928147

Black with #928147

Text Example


Text Example

White with #928147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928147; }

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

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

background-color css

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

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

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

border-color css

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

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

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