Html Css Color HEX #918457 Clay Creek

📋 copy color: '#918457'

red 145 ◦ green 132 ◦ blue 87

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

Shades of Clay Creek #918457

Tints of Clay Creek #918457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

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

R = 39.84%
G = 36.26%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#918457 (or 0x918457) is known color: Clay Creek. HEX triplet: 91, 84 and 57. RGB value is (145,132,87). Sum of RGB (Red+Green+Blue) = 145+132+87=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #918457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918457 is #6E7BA8. Grayscale: #828282. Windows color (decimal): -7240617 or 5735569. OLE color: 5735569.

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

Color convert

RGB 145 132 87 -
CMYK 0 0.09 0.4 0.43
HSL 46.55º 0.25% 0.45% -
HSV(B) 46.55º 0.4% 0.57% -
XYZ 21.65 23.21 12.36 -
YUV 130.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 145 132 87 0 0.09 0.4 0.43 46.55 0.25 0.45
Hex 91 84 57 0 9 28 2B 2F 19 2D
Octal 221 204 127 0 11 50 53 57 31 55
Binary 10010001 10000100 1010111 0 1001 101000 101011 101111 11001 101101

Color Harmonies of #918457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918457

Black with #918457

Text Example


Text Example

White with #918457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918457; }

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

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

background-color css

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

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

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

border-color css

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

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

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