Html Css Color HEX #917E4D Clay Creek

📋 copy color: '#917E4D'

red 145 ◦ green 126 ◦ blue 77

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

Shades of Clay Creek #917E4D

Tints of Clay Creek #917E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 41.67%
G = 36.21%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#917E4D (or 0x917E4D) is known color: Clay Creek. HEX triplet: 91, 7E and 4D. RGB value is (145,126,77). Sum of RGB (Red+Green+Blue) = 145+126+77=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #917E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E4D is #6E81B2. Grayscale: #7E7E7E. Windows color (decimal): -7242163 or 5078673. OLE color: 5078673.

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

Color convert

RGB 145 126 77 -
CMYK 0 0.13 0.47 0.43
HSL 43.24º 0.31% 0.44% -
HSV(B) 43.24º 0.47% 0.57% -
XYZ 20.48 21.48 10.09 -
YUV 126.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 145 126 77 0 0.13 0.47 0.43 43.24 0.31 0.44
Hex 91 7E 4D 0 D 2F 2B 2B 1F 2C
Octal 221 176 115 0 15 57 53 53 37 54
Binary 10010001 1111110 1001101 0 1101 101111 101011 101011 11111 101100

Color Harmonies of #917E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E4D

Black with #917E4D

Text Example


Text Example

White with #917E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,126,77); }

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

background-color css

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

 a { background-color: rgb(145,126,77); }

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

border-color css

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

 span { border-color: rgb(145,126,77); }

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