Html Css Color HEX #928148 Clay Creek

📋 copy color: '#928148'

red 146 ◦ green 129 ◦ blue 72

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

Shades of Clay Creek #928148

Tints of Clay Creek #928148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 42.07%
G = 37.18%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#928148 (or 0x928148) is known color: Clay Creek. HEX triplet: 92, 81 and 48. RGB value is (146,129,72). Sum of RGB (Red+Green+Blue) = 146+129+72=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #928148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928148 is #6D7EB7. Grayscale: #7F7F7F. Windows color (decimal): -7175864 or 4751762. OLE color: 4751762.

HSL color Cylindrical-coordinate representation of color #928148: hue angle of 46.22º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #928148 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 129 72 -
CMYK 0 0.12 0.51 0.43
HSL 46.22º 0.34% 0.43% -
HSV(B) 46.22º 0.51% 0.57% -
XYZ 20.87 22.28 9.33 -
YUV 127.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 146 129 72 0 0.12 0.51 0.43 46.22 0.34 0.43
Hex 92 81 48 0 C 33 2B 2E 22 2B
Octal 222 201 110 0 14 63 53 56 42 53
Binary 10010010 10000001 1001000 0 1100 110011 101011 101110 100010 101011

Color Harmonies of #928148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928148

Black with #928148

Text Example


Text Example

White with #928148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928148; }

 p { color: rgb(146,129,72); }

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

background-color css

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

 a { background-color: rgb(146,129,72); }

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

border-color css

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

 span { border-color: rgb(146,129,72); }

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