Html Css Color HEX #917D4B Clay Creek

📋 copy color: '#917D4B'

red 145 ◦ green 125 ◦ blue 75

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

Shades of Clay Creek #917D4B

Tints of Clay Creek #917D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 42.03%
G = 36.23%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#917D4B (or 0x917D4B) is known color: Clay Creek. HEX triplet: 91, 7D and 4B. RGB value is (145,125,75). Sum of RGB (Red+Green+Blue) = 145+125+75=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #917D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D4B is #6E82B4. Grayscale: #7D7D7D. Windows color (decimal): -7242421 or 4947345. OLE color: 4947345.

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

Color convert

RGB 145 125 75 -
CMYK 0 0.14 0.48 0.43
HSL 42.86º 0.32% 0.43% -
HSV(B) 42.86º 0.48% 0.57% -
XYZ 20.28 21.19 9.68 -
YUV 125.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 145 125 75 0 0.14 0.48 0.43 42.86 0.32 0.43
Hex 91 7D 4B 0 E 30 2B 2B 20 2B
Octal 221 175 113 0 16 60 53 53 40 53
Binary 10010001 1111101 1001011 0 1110 110000 101011 101011 100000 101011

Color Harmonies of #917D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D4B

Black with #917D4B

Text Example


Text Example

White with #917D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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