Html Css Color HEX #917F57 Clay Creek

📋 copy color: '#917F57'

red 145 ◦ green 127 ◦ blue 87

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

Shades of Clay Creek #917F57

Tints of Clay Creek #917F57

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

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

R = 40.39%
G = 35.38%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#917F57 (or 0x917F57) is known color: Clay Creek. HEX triplet: 91, 7F and 57. RGB value is (145,127,87). Sum of RGB (Red+Green+Blue) = 145+127+87=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F57 is #6E80A8. Grayscale: #808080. Windows color (decimal): -7241897 or 5734289. OLE color: 5734289.

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

Color convert

RGB 145 127 87 -
CMYK 0 0.12 0.4 0.43
HSL 41.38º 0.25% 0.45% -
HSV(B) 41.38º 0.4% 0.57% -
XYZ 20.99 21.89 12.14 -
YUV 127.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 145 127 87 0 0.12 0.4 0.43 41.38 0.25 0.45
Hex 91 7F 57 0 C 28 2B 29 19 2D
Octal 221 177 127 0 14 50 53 51 31 55
Binary 10010001 1111111 1010111 0 1100 101000 101011 101001 11001 101101

Color Harmonies of #917F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F57

Black with #917F57

Text Example


Text Example

White with #917F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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