Html Css Color HEX #917F5D Clay Creek

📋 copy color: '#917F5D'

red 145 ◦ green 127 ◦ blue 93

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

Shades of Clay Creek #917F5D

Tints of Clay Creek #917F5D

RGB

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

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

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

R = 39.73%
G = 34.79%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#917F5D (or 0x917F5D) is known color: Clay Creek. HEX triplet: 91, 7F and 5D. RGB value is (145,127,93). Sum of RGB (Red+Green+Blue) = 145+127+93=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F5D is #6E80A2. Grayscale: #808080. Windows color (decimal): -7241891 or 6127505. OLE color: 6127505.

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

Color convert

RGB 145 127 93 -
CMYK 0 0.12 0.36 0.43
HSL 39.23º 0.22% 0.47% -
HSV(B) 39.23º 0.36% 0.57% -
XYZ 21.24 21.99 13.48 -
YUV 128.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 145 127 93 0 0.12 0.36 0.43 39.23 0.22 0.47
Hex 91 7F 5D 0 C 24 2B 27 16 2F
Octal 221 177 135 0 14 44 53 47 26 57
Binary 10010001 1111111 1011101 0 1100 100100 101011 100111 10110 101111

Color Harmonies of #917F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F5D

Black with #917F5D

Text Example


Text Example

White with #917F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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