Html Css Color HEX #918249 Clay Creek

📋 copy color: '#918249'

red 145 ◦ green 130 ◦ blue 73

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

Shades of Clay Creek #918249

Tints of Clay Creek #918249

RGB

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

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

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

R = 41.67%
G = 37.36%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#918249 (or 0x918249) is known color: Clay Creek. HEX triplet: 91, 82 and 49. RGB value is (145,130,73). Sum of RGB (Red+Green+Blue) = 145+130+73=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #918249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918249 is #6E7DB6. Grayscale: #808080. Windows color (decimal): -7241143 or 4817553. OLE color: 4817553.

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

Color convert

RGB 145 130 73 -
CMYK 0 0.10 0.50 0.43
HSL 47.5º 0.33% 0.43% -
HSV(B) 47.5º 0.5% 0.57% -
XYZ 20.86 22.47 9.54 -
YUV 127.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 145 130 73 0 0.10 0.50 0.43 47.5 0.33 0.43
Hex 91 82 49 0 A 32 2B 30 21 2B
Octal 221 202 111 0 12 62 53 60 41 53
Binary 10010001 10000010 1001001 0 1010 110010 101011 110000 100001 101011

Color Harmonies of #918249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918249

Black with #918249

Text Example


Text Example

White with #918249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918249; }

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

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

background-color css

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

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

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

border-color css

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

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

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