Html Css Color HEX #928349 Clay Creek

📋 copy color: '#928349'

red 146 ◦ green 131 ◦ blue 73

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

Shades of Clay Creek #928349

Tints of Clay Creek #928349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 41.71%
G = 37.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#928349 (or 0x928349) is known color: Clay Creek. HEX triplet: 92, 83 and 49. RGB value is (146,131,73). Sum of RGB (Red+Green+Blue) = 146+131+73=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #928349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928349 is #6D7CB6. Grayscale: #818181. Windows color (decimal): -7175351 or 4817810. OLE color: 4817810.

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

Color convert

RGB 146 131 73 -
CMYK 0 0.10 0.5 0.43
HSL 47.67º 0.33% 0.43% -
HSV(B) 47.67º 0.5% 0.57% -
XYZ 21.17 22.82 9.59 -
YUV 128.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 146 131 73 0 0.10 0.5 0.43 47.67 0.33 0.43
Hex 92 83 49 0 A 32 2B 30 21 2B
Octal 222 203 111 0 12 62 53 60 41 53
Binary 10010010 10000011 1001001 0 1010 110010 101011 110000 100001 101011

Color Harmonies of #928349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928349

Black with #928349

Text Example


Text Example

White with #928349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928349; }

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

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

background-color css

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

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

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

border-color css

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

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

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