Html Css Color HEX #917B4A Clay Creek

📋 copy color: '#917B4A'

red 145 ◦ green 123 ◦ blue 74

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

Shades of Clay Creek #917B4A

Tints of Clay Creek #917B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 42.4%
G = 35.96%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#917B4A (or 0x917B4A) is known color: Clay Creek. HEX triplet: 91, 7B and 4A. RGB value is (145,123,74). Sum of RGB (Red+Green+Blue) = 145+123+74=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B4A is #6E84B5. Grayscale: #7C7C7C. Windows color (decimal): -7242934 or 4881297. OLE color: 4881297.

HSL color Cylindrical-coordinate representation of color #917B4A: hue angle of 41.41º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #917B4A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 74 -
CMYK 0 0.15 0.49 0.43
HSL 41.41º 0.32% 0.43% -
HSV(B) 41.41º 0.49% 0.57% -
XYZ 20 20.68 9.42 -
YUV 123.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 145 123 74 0 0.15 0.49 0.43 41.41 0.32 0.43
Hex 91 7B 4A 0 F 31 2B 29 20 2B
Octal 221 173 112 0 17 61 53 51 40 53
Binary 10010001 1111011 1001010 0 1111 110001 101011 101001 100000 101011

Color Harmonies of #917B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B4A

Black with #917B4A

Text Example


Text Example

White with #917B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,74); }

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

background-color css

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

 a { background-color: rgb(145,123,74); }

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

border-color css

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

 span { border-color: rgb(145,123,74); }

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