Html Css Color HEX #918A57 Clay Creek

📋 copy color: '#918A57'

red 145 ◦ green 138 ◦ blue 87

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

Shades of Clay Creek #918A57

Tints of Clay Creek #918A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 39.19%
G = 37.3%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#918A57 (or 0x918A57) is known color: Clay Creek. HEX triplet: 91, 8A and 57. RGB value is (145,138,87). Sum of RGB (Red+Green+Blue) = 145+138+87=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #918A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A57 is #6E75A8. Grayscale: #868686. Windows color (decimal): -7239081 or 5737105. OLE color: 5737105.

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

Color convert

RGB 145 138 87 -
CMYK 0 0.05 0.4 0.43
HSL 52.76º 0.25% 0.45% -
HSV(B) 52.76º 0.4% 0.57% -
XYZ 22.49 24.88 12.63 -
YUV 134.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 145 138 87 0 0.05 0.4 0.43 52.76 0.25 0.45
Hex 91 8A 57 0 5 28 2B 35 19 2D
Octal 221 212 127 0 5 50 53 65 31 55
Binary 10010001 10001010 1010111 0 101 101000 101011 110101 11001 101101

Color Harmonies of #918A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A57

Black with #918A57

Text Example


Text Example

White with #918A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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