Html Css Color HEX #917D51 Clay Creek

📋 copy color: '#917D51'

red 145 ◦ green 125 ◦ blue 81

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

Shades of Clay Creek #917D51

Tints of Clay Creek #917D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 41.31%
G = 35.61%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#917D51 (or 0x917D51) is known color: Clay Creek. HEX triplet: 91, 7D and 51. RGB value is (145,125,81). Sum of RGB (Red+Green+Blue) = 145+125+81=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #917D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D51 is #6E82AE. Grayscale: #7E7E7E. Windows color (decimal): -7242415 or 5340561. OLE color: 5340561.

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

Color convert

RGB 145 125 81 -
CMYK 0 0.14 0.44 0.43
HSL 41.25º 0.28% 0.44% -
HSV(B) 41.25º 0.44% 0.57% -
XYZ 20.5 21.28 10.81 -
YUV 125.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 145 125 81 0 0.14 0.44 0.43 41.25 0.28 0.44
Hex 91 7D 51 0 E 2C 2B 29 1C 2C
Octal 221 175 121 0 16 54 53 51 34 54
Binary 10010001 1111101 1010001 0 1110 101100 101011 101001 11100 101100

Color Harmonies of #917D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D51

Black with #917D51

Text Example


Text Example

White with #917D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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