Html Css Color HEX #917D54 Clay Creek

📋 copy color: '#917D54'

red 145 ◦ green 125 ◦ blue 84

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

Shades of Clay Creek #917D54

Tints of Clay Creek #917D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 40.96%
G = 35.31%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#917D54 (or 0x917D54) is known color: Clay Creek. HEX triplet: 91, 7D and 54. RGB value is (145,125,84). Sum of RGB (Red+Green+Blue) = 145+125+84=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #917D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D54 is #6E82AB. Grayscale: #7E7E7E. Windows color (decimal): -7242412 or 5537169. OLE color: 5537169.

HSL color Cylindrical-coordinate representation of color #917D54: hue angle of 40.33º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917D54 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 84 -
CMYK 0 0.14 0.42 0.43
HSL 40.33º 0.27% 0.45% -
HSV(B) 40.33º 0.42% 0.57% -
XYZ 20.61 21.33 11.42 -
YUV 126.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 145 125 84 0 0.14 0.42 0.43 40.33 0.27 0.45
Hex 91 7D 54 0 E 2A 2B 28 1B 2D
Octal 221 175 124 0 16 52 53 50 33 55
Binary 10010001 1111101 1010100 0 1110 101010 101011 101000 11011 101101

Color Harmonies of #917D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D54

Black with #917D54

Text Example


Text Example

White with #917D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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