Html Css Color HEX #918357 Clay Creek

📋 copy color: '#918357'

red 145 ◦ green 131 ◦ blue 87

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

Shades of Clay Creek #918357

Tints of Clay Creek #918357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 39.94%
G = 36.09%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#918357 (or 0x918357) is known color: Clay Creek. HEX triplet: 91, 83 and 57. RGB value is (145,131,87). Sum of RGB (Red+Green+Blue) = 145+131+87=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918357 is #6E7CA8. Grayscale: #828282. Windows color (decimal): -7240873 or 5735313. OLE color: 5735313.

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

Color convert

RGB 145 131 87 -
CMYK 0 0.10 0.4 0.43
HSL 45.52º 0.25% 0.45% -
HSV(B) 45.52º 0.4% 0.57% -
XYZ 21.51 22.94 12.31 -
YUV 130.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 145 131 87 0 0.10 0.4 0.43 45.52 0.25 0.45
Hex 91 83 57 0 A 28 2B 2E 19 2D
Octal 221 203 127 0 12 50 53 56 31 55
Binary 10010001 10000011 1010111 0 1010 101000 101011 101110 11001 101101

Color Harmonies of #918357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918357

Black with #918357

Text Example


Text Example

White with #918357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918357; }

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

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

background-color css

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

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

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

border-color css

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

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

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