Html Css Color HEX #917D5D Clay Creek

📋 copy color: '#917D5D'

red 145 ◦ green 125 ◦ blue 93

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

Shades of Clay Creek #917D5D

Tints of Clay Creek #917D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 39.94%
G = 34.44%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#917D5D (or 0x917D5D) is known color: Clay Creek. HEX triplet: 91, 7D and 5D. RGB value is (145,125,93). Sum of RGB (Red+Green+Blue) = 145+125+93=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D5D is #6E82A2. Grayscale: #7F7F7F. Windows color (decimal): -7242403 or 6126993. OLE color: 6126993.

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

Color convert

RGB 145 125 93 -
CMYK 0 0.14 0.36 0.43
HSL 36.92º 0.22% 0.47% -
HSV(B) 36.92º 0.36% 0.57% -
XYZ 20.99 21.48 13.4 -
YUV 127.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 145 125 93 0 0.14 0.36 0.43 36.92 0.22 0.47
Hex 91 7D 5D 0 E 24 2B 25 16 2F
Octal 221 175 135 0 16 44 53 45 26 57
Binary 10010001 1111101 1011101 0 1110 100100 101011 100101 10110 101111

Color Harmonies of #917D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D5D

Black with #917D5D

Text Example


Text Example

White with #917D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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