Html Css Color HEX #917C4D Clay Creek

📋 copy color: '#917C4D'

red 145 ◦ green 124 ◦ blue 77

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

Shades of Clay Creek #917C4D

Tints of Clay Creek #917C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 41.91%
G = 35.84%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#917C4D (or 0x917C4D) is known color: Clay Creek. HEX triplet: 91, 7C and 4D. RGB value is (145,124,77). Sum of RGB (Red+Green+Blue) = 145+124+77=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C4D is #6E83B2. Grayscale: #7D7D7D. Windows color (decimal): -7242675 or 5078161. OLE color: 5078161.

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

Color convert

RGB 145 124 77 -
CMYK 0 0.14 0.47 0.43
HSL 41.47º 0.31% 0.44% -
HSV(B) 41.47º 0.47% 0.57% -
XYZ 20.22 20.97 10 -
YUV 124.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 145 124 77 0 0.14 0.47 0.43 41.47 0.31 0.44
Hex 91 7C 4D 0 E 2F 2B 29 1F 2C
Octal 221 174 115 0 16 57 53 51 37 54
Binary 10010001 1111100 1001101 0 1110 101111 101011 101001 11111 101100

Color Harmonies of #917C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C4D

Black with #917C4D

Text Example


Text Example

White with #917C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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