Html Css Color HEX #928149 Clay Creek

📋 copy color: '#928149'

red 146 ◦ green 129 ◦ blue 73

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

Shades of Clay Creek #928149

Tints of Clay Creek #928149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 41.95%
G = 37.07%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#928149 (or 0x928149) is known color: Clay Creek. HEX triplet: 92, 81 and 49. RGB value is (146,129,73). Sum of RGB (Red+Green+Blue) = 146+129+73=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #928149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928149 is #6D7EB6. Grayscale: #7F7F7F. Windows color (decimal): -7175863 or 4817298. OLE color: 4817298.

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

Color convert

RGB 146 129 73 -
CMYK 0 0.12 0.5 0.43
HSL 46.03º 0.33% 0.43% -
HSV(B) 46.03º 0.5% 0.57% -
XYZ 20.91 22.29 9.5 -
YUV 127.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 146 129 73 0 0.12 0.5 0.43 46.03 0.33 0.43
Hex 92 81 49 0 C 32 2B 2E 21 2B
Octal 222 201 111 0 14 62 53 56 41 53
Binary 10010010 10000001 1001001 0 1100 110010 101011 101110 100001 101011

Color Harmonies of #928149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928149

Black with #928149

Text Example


Text Example

White with #928149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928149; }

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

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

background-color css

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

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

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

border-color css

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

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

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