Html Css Color HEX #928358 Clay Creek

📋 copy color: '#928358'

red 146 ◦ green 131 ◦ blue 88

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

Shades of Clay Creek #928358

Tints of Clay Creek #928358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 40%
G = 35.89%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#928358 (or 0x928358) is known color: Clay Creek. HEX triplet: 92, 83 and 58. RGB value is (146,131,88). Sum of RGB (Red+Green+Blue) = 146+131+88=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #928358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928358 is #6D7CA7. Grayscale: #828282. Windows color (decimal): -7175336 or 5800850. OLE color: 5800850.

HSL color Cylindrical-coordinate representation of color #928358: hue angle of 44.48º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928358 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 88 -
CMYK 0 0.10 0.40 0.43
HSL 44.48º 0.25% 0.46% -
HSV(B) 44.48º 0.4% 0.57% -
XYZ 21.73 23.05 12.54 -
YUV 130.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 146 131 88 0 0.10 0.40 0.43 44.48 0.25 0.46
Hex 92 83 58 0 A 28 2B 2C 19 2E
Octal 222 203 130 0 12 50 53 54 31 56
Binary 10010010 10000011 1011000 0 1010 101000 101011 101100 11001 101110

Color Harmonies of #928358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928358

Black with #928358

Text Example


Text Example

White with #928358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928358; }

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

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

background-color css

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

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

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

border-color css

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

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

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