Html Css Color HEX #928352 Clay Creek

📋 copy color: '#928352'

red 146 ◦ green 131 ◦ blue 82

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

Shades of Clay Creek #928352

Tints of Clay Creek #928352

RGB

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

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

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

R = 40.67%
G = 36.49%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#928352 (or 0x928352) is known color: Clay Creek. HEX triplet: 92, 83 and 52. RGB value is (146,131,82). Sum of RGB (Red+Green+Blue) = 146+131+82=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #928352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928352 is #6D7CAD. Grayscale: #828282. Windows color (decimal): -7175342 or 5407634. OLE color: 5407634.

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

Color convert

RGB 146 131 82 -
CMYK 0 0.10 0.44 0.43
HSL 45.94º 0.28% 0.45% -
HSV(B) 45.94º 0.44% 0.57% -
XYZ 21.49 22.95 11.28 -
YUV 129.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 146 131 82 0 0.10 0.44 0.43 45.94 0.28 0.45
Hex 92 83 52 0 A 2C 2B 2E 1C 2D
Octal 222 203 122 0 12 54 53 56 34 55
Binary 10010010 10000011 1010010 0 1010 101100 101011 101110 11100 101101

Color Harmonies of #928352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928352

Black with #928352

Text Example


Text Example

White with #928352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928352; }

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

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

background-color css

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

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

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

border-color css

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

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

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