Html Css Color HEX #917D55 Clay Creek

📋 copy color: '#917D55'

red 145 ◦ green 125 ◦ blue 85

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

Shades of Clay Creek #917D55

Tints of Clay Creek #917D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 40.85%
G = 35.21%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#917D55 (or 0x917D55) is known color: Clay Creek. HEX triplet: 91, 7D and 55. RGB value is (145,125,85). Sum of RGB (Red+Green+Blue) = 145+125+85=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #917D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D55 is #6E82AA. Grayscale: #7E7E7E. Windows color (decimal): -7242411 or 5602705. OLE color: 5602705.

HSL color Cylindrical-coordinate representation of color #917D55: hue angle of 40º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917D55 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 85 -
CMYK 0 0.14 0.41 0.43
HSL 40º 0.26% 0.45% -
HSV(B) 40º 0.41% 0.57% -
XYZ 20.65 21.34 11.63 -
YUV 126.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 145 125 85 0 0.14 0.41 0.43 40 0.26 0.45
Hex 91 7D 55 0 E 29 2B 28 1A 2D
Octal 221 175 125 0 16 51 53 50 32 55
Binary 10010001 1111101 1010101 0 1110 101001 101011 101000 11010 101101

Color Harmonies of #917D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D55

Black with #917D55

Text Example


Text Example

White with #917D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,85); }

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

background-color css

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

 a { background-color: rgb(145,125,85); }

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

border-color css

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

 span { border-color: rgb(145,125,85); }

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