Html Css Color HEX #938049 Clay Creek

📋 copy color: '#938049'

red 147 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #938049

Tints of Clay Creek #938049

RGB

 RED value IS 147 (57.81% from 255) = 42.24%

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 42.24%
G = 36.78%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#938049 (or 0x938049) is known color: Clay Creek. HEX triplet: 93, 80 and 49. RGB value is (147,128,73). Sum of RGB (Red+Green+Blue) = 147+128+73=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #938049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938049 is #6C7FB6. Grayscale: #7F7F7F. Windows color (decimal): -7110583 or 4817043. OLE color: 4817043.

HSL color Cylindrical-coordinate representation of color #938049: hue angle of 44.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #938049 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 73 -
CMYK 0 0.13 0.50 0.42
HSL 44.59º 0.34% 0.43% -
HSV(B) 44.59º 0.5% 0.58% -
XYZ 20.95 22.12 9.47 -
YUV 127.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 147 128 73 0 0.13 0.50 0.42 44.59 0.34 0.43
Hex 93 80 49 0 D 32 2A 2D 22 2B
Octal 223 200 111 0 15 62 52 55 42 53
Binary 10010011 10000000 1001001 0 1101 110010 101010 101101 100010 101011

Color Harmonies of #938049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938049

Black with #938049

Text Example


Text Example

White with #938049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938049; }

 p { color: rgb(147,128,73); }

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

background-color css

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

 a { background-color: rgb(147,128,73); }

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

border-color css

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

 span { border-color: rgb(147,128,73); }

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