Html Css Color HEX #918149 Clay Creek

📋 copy color: '#918149'

red 145 ◦ green 129 ◦ blue 73

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

Shades of Clay Creek #918149

Tints of Clay Creek #918149

RGB

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

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

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

R = 41.79%
G = 37.18%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#918149 (or 0x918149) is known color: Clay Creek. HEX triplet: 91, 81 and 49. RGB value is (145,129,73). Sum of RGB (Red+Green+Blue) = 145+129+73=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #918149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918149 is #6E7EB6. Grayscale: #7F7F7F. Windows color (decimal): -7241399 or 4817297. OLE color: 4817297.

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

Color convert

RGB 145 129 73 -
CMYK 0 0.11 0.50 0.43
HSL 46.67º 0.33% 0.43% -
HSV(B) 46.67º 0.5% 0.57% -
XYZ 20.73 22.2 9.5 -
YUV 127.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 145 129 73 0 0.11 0.50 0.43 46.67 0.33 0.43
Hex 91 81 49 0 B 32 2B 2F 21 2B
Octal 221 201 111 0 13 62 53 57 41 53
Binary 10010001 10000001 1001001 0 1011 110010 101011 101111 100001 101011

Color Harmonies of #918149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918149

Black with #918149

Text Example


Text Example

White with #918149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918149; }

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

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

background-color css

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

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

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

border-color css

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

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

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