Html Css Color HEX #928250 Clay Creek

📋 copy color: '#928250'

red 146 ◦ green 130 ◦ blue 80

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

Shades of Clay Creek #928250

Tints of Clay Creek #928250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 41.01%
G = 36.52%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#928250 (or 0x928250) is known color: Clay Creek. HEX triplet: 92, 82 and 50. RGB value is (146,130,80). Sum of RGB (Red+Green+Blue) = 146+130+80=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #928250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928250 is #6D7DAF. Grayscale: #818181. Windows color (decimal): -7175600 or 5276306. OLE color: 5276306.

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

Color convert

RGB 146 130 80 -
CMYK 0 0.11 0.45 0.43
HSL 45.45º 0.29% 0.44% -
HSV(B) 45.45º 0.45% 0.57% -
XYZ 21.28 22.66 10.84 -
YUV 129.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 146 130 80 0 0.11 0.45 0.43 45.45 0.29 0.44
Hex 92 82 50 0 B 2D 2B 2D 1D 2C
Octal 222 202 120 0 13 55 53 55 35 54
Binary 10010010 10000010 1010000 0 1011 101101 101011 101101 11101 101100

Color Harmonies of #928250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928250

Black with #928250

Text Example


Text Example

White with #928250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928250; }

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

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

background-color css

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

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

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

border-color css

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

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

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