Html Css Color HEX #917B4B Clay Creek

📋 copy color: '#917B4B'

red 145 ◦ green 123 ◦ blue 75

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

Shades of Clay Creek #917B4B

Tints of Clay Creek #917B4B

RGB

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

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

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

R = 42.27%
G = 35.86%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#917B4B (or 0x917B4B) is known color: Clay Creek. HEX triplet: 91, 7B and 4B. RGB value is (145,123,75). Sum of RGB (Red+Green+Blue) = 145+123+75=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B4B is #6E84B4. Grayscale: #7C7C7C. Windows color (decimal): -7242933 or 4946833. OLE color: 4946833.

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

Color convert

RGB 145 123 75 -
CMYK 0 0.15 0.48 0.43
HSL 41.14º 0.32% 0.43% -
HSV(B) 41.14º 0.48% 0.57% -
XYZ 20.03 20.69 9.6 -
YUV 124.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 145 123 75 0 0.15 0.48 0.43 41.14 0.32 0.43
Hex 91 7B 4B 0 F 30 2B 29 20 2B
Octal 221 173 113 0 17 60 53 51 40 53
Binary 10010001 1111011 1001011 0 1111 110000 101011 101001 100000 101011

Color Harmonies of #917B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B4B

Black with #917B4B

Text Example


Text Example

White with #917B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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