Html Css Color HEX #918049 Clay Creek

📋 copy color: '#918049'

red 145 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #918049

Tints of Clay Creek #918049

RGB

 RED value IS 145 (57.03% from 255) = 41.91%

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

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

R = 41.91%
G = 36.99%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#918049 (or 0x918049) is known color: Clay Creek. HEX triplet: 91, 80 and 49. RGB value is (145,128,73). Sum of RGB (Red+Green+Blue) = 145+128+73=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #918049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918049 is #6E7FB6. Grayscale: #7F7F7F. Windows color (decimal): -7241655 or 4817041. OLE color: 4817041.

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

Color convert

RGB 145 128 73 -
CMYK 0 0.12 0.50 0.43
HSL 45.83º 0.33% 0.43% -
HSV(B) 45.83º 0.5% 0.57% -
XYZ 20.6 21.94 9.45 -
YUV 126.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 145 128 73 0 0.12 0.50 0.43 45.83 0.33 0.43
Hex 91 80 49 0 C 32 2B 2E 21 2B
Octal 221 200 111 0 14 62 53 56 41 53
Binary 10010001 10000000 1001001 0 1100 110010 101011 101110 100001 101011

Color Harmonies of #918049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918049

Black with #918049

Text Example


Text Example

White with #918049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918049; }

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

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

background-color css

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

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

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

border-color css

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

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

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