Html Css Color HEX #917F4E Clay Creek

📋 copy color: '#917F4E'

red 145 ◦ green 127 ◦ blue 78

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

Shades of Clay Creek #917F4E

Tints of Clay Creek #917F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 41.43%
G = 36.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#917F4E (or 0x917F4E) is known color: Clay Creek. HEX triplet: 91, 7F and 4E. RGB value is (145,127,78). Sum of RGB (Red+Green+Blue) = 145+127+78=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #917F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F4E is #6E80B1. Grayscale: #7F7F7F. Windows color (decimal): -7241906 or 5144465. OLE color: 5144465.

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

Color convert

RGB 145 127 78 -
CMYK 0 0.12 0.46 0.43
HSL 43.88º 0.3% 0.44% -
HSV(B) 43.88º 0.46% 0.57% -
XYZ 20.64 21.75 10.32 -
YUV 126.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 145 127 78 0 0.12 0.46 0.43 43.88 0.3 0.44
Hex 91 7F 4E 0 C 2E 2B 2C 1E 2C
Octal 221 177 116 0 14 56 53 54 36 54
Binary 10010001 1111111 1001110 0 1100 101110 101011 101100 11110 101100

Color Harmonies of #917F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F4E

Black with #917F4E

Text Example


Text Example

White with #917F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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