Html Css Color HEX #928752 Clay Creek

📋 copy color: '#928752'

red 146 ◦ green 135 ◦ blue 82

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

Shades of Clay Creek #928752

Tints of Clay Creek #928752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 40.22%
G = 37.19%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#928752 (or 0x928752) is known color: Clay Creek. HEX triplet: 92, 87 and 52. RGB value is (146,135,82). Sum of RGB (Red+Green+Blue) = 146+135+82=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #928752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928752 is #6D78AD. Grayscale: #848484. Windows color (decimal): -7174318 or 5408658. OLE color: 5408658.

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

Color convert

RGB 146 135 82 -
CMYK 0 0.08 0.44 0.43
HSL 49.69º 0.28% 0.45% -
HSV(B) 49.69º 0.44% 0.57% -
XYZ 22.04 24.05 11.46 -
YUV 132.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 146 135 82 0 0.08 0.44 0.43 49.69 0.28 0.45
Hex 92 87 52 0 8 2C 2B 32 1C 2D
Octal 222 207 122 0 10 54 53 62 34 55
Binary 10010010 10000111 1010010 0 1000 101100 101011 110010 11100 101101

Color Harmonies of #928752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928752

Black with #928752

Text Example


Text Example

White with #928752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928752; }

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

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

background-color css

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

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

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

border-color css

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

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

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