Html Css Color HEX #928750 Clay Creek

📋 copy color: '#928750'

red 146 ◦ green 135 ◦ blue 80

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

Shades of Clay Creek #928750

Tints of Clay Creek #928750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 40.44%
G = 37.4%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#928750 (or 0x928750) is known color: Clay Creek. HEX triplet: 92, 87 and 50. RGB value is (146,135,80). Sum of RGB (Red+Green+Blue) = 146+135+80=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #928750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928750 is #6D78AF. Grayscale: #848484. Windows color (decimal): -7174320 or 5277586. OLE color: 5277586.

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

Color convert

RGB 146 135 80 -
CMYK 0 0.08 0.45 0.43
HSL 50º 0.29% 0.44% -
HSV(B) 50º 0.45% 0.57% -
XYZ 21.97 24.02 11.07 -
YUV 132.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 146 135 80 0 0.08 0.45 0.43 50 0.29 0.44
Hex 92 87 50 0 8 2D 2B 32 1D 2C
Octal 222 207 120 0 10 55 53 62 35 54
Binary 10010010 10000111 1010000 0 1000 101101 101011 110010 11101 101100

Color Harmonies of #928750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928750

Black with #928750

Text Example


Text Example

White with #928750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928750; }

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

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

background-color css

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

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

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

border-color css

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

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

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