Html Css Color HEX #928550 Clay Creek

📋 copy color: '#928550'

red 146 ◦ green 133 ◦ blue 80

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

Shades of Clay Creek #928550

Tints of Clay Creek #928550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 40.67%
G = 37.05%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#928550 (or 0x928550) is known color: Clay Creek. HEX triplet: 92, 85 and 50. RGB value is (146,133,80). Sum of RGB (Red+Green+Blue) = 146+133+80=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #928550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928550 is #6D7AAF. Grayscale: #838383. Windows color (decimal): -7174832 or 5277074. OLE color: 5277074.

HSL color Cylindrical-coordinate representation of color #928550: hue angle of 48.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928550 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 80 -
CMYK 0 0.09 0.45 0.43
HSL 48.18º 0.29% 0.44% -
HSV(B) 48.18º 0.45% 0.57% -
XYZ 21.69 23.47 10.98 -
YUV 130.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 146 133 80 0 0.09 0.45 0.43 48.18 0.29 0.44
Hex 92 85 50 0 9 2D 2B 30 1D 2C
Octal 222 205 120 0 11 55 53 60 35 54
Binary 10010010 10000101 1010000 0 1001 101101 101011 110000 11101 101100

Color Harmonies of #928550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928550

Black with #928550

Text Example


Text Example

White with #928550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928550; }

 p { color: rgb(146,133,80); }

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

background-color css

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

 a { background-color: rgb(146,133,80); }

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

border-color css

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

 span { border-color: rgb(146,133,80); }

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