Html Css Color HEX #917D4E Clay Creek

📋 copy color: '#917D4E'

red 145 ◦ green 125 ◦ blue 78

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

Shades of Clay Creek #917D4E

Tints of Clay Creek #917D4E

RGB

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

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

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

R = 41.67%
G = 35.92%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#917D4E (or 0x917D4E) is known color: Clay Creek. HEX triplet: 91, 7D and 4E. RGB value is (145,125,78). Sum of RGB (Red+Green+Blue) = 145+125+78=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #917D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D4E is #6E82B1. Grayscale: #7D7D7D. Windows color (decimal): -7242418 or 5143953. OLE color: 5143953.

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

Color convert

RGB 145 125 78 -
CMYK 0 0.14 0.46 0.43
HSL 42.09º 0.3% 0.44% -
HSV(B) 42.09º 0.46% 0.57% -
XYZ 20.39 21.24 10.23 -
YUV 125.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 145 125 78 0 0.14 0.46 0.43 42.09 0.3 0.44
Hex 91 7D 4E 0 E 2E 2B 2A 1E 2C
Octal 221 175 116 0 16 56 53 52 36 54
Binary 10010001 1111101 1001110 0 1110 101110 101011 101010 11110 101100

Color Harmonies of #917D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D4E

Black with #917D4E

Text Example


Text Example

White with #917D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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