Html Css Color HEX #918A50 Clay Creek

📋 copy color: '#918A50'

red 145 ◦ green 138 ◦ blue 80

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

Shades of Clay Creek #918A50

Tints of Clay Creek #918A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 39.94%
G = 38.02%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#918A50 (or 0x918A50) is known color: Clay Creek. HEX triplet: 91, 8A and 50. RGB value is (145,138,80). Sum of RGB (Red+Green+Blue) = 145+138+80=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A50 is #6E75AF. Grayscale: #858585. Windows color (decimal): -7239088 or 5278353. OLE color: 5278353.

HSL color Cylindrical-coordinate representation of color #918A50: hue angle of 53.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918A50 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 80 -
CMYK 0 0.05 0.45 0.43
HSL 53.54º 0.29% 0.44% -
HSV(B) 53.54º 0.45% 0.57% -
XYZ 22.21 24.78 11.2 -
YUV 133.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 145 138 80 0 0.05 0.45 0.43 53.54 0.29 0.44
Hex 91 8A 50 0 5 2D 2B 36 1D 2C
Octal 221 212 120 0 5 55 53 66 35 54
Binary 10010001 10001010 1010000 0 101 101101 101011 110110 11101 101100

Color Harmonies of #918A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A50

Black with #918A50

Text Example


Text Example

White with #918A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A50; }

 p { color: rgb(145,138,80); }

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

background-color css

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

 a { background-color: rgb(145,138,80); }

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

border-color css

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

 span { border-color: rgb(145,138,80); }

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