Html Css Color HEX #8D7A4B Clay Creek

📋 copy color: '#8D7A4B'

red 141 ◦ green 122 ◦ blue 75

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

Shades of Clay Creek #8D7A4B

Tints of Clay Creek #8D7A4B

RGB

 RED value IS 141 (55.47% from 255) = 41.72%

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 41.72%
G = 36.09%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D7A4B (or 0x8D7A4B) is known color: Clay Creek. HEX triplet: 8D, 7A and 4B. RGB value is (141,122,75). Sum of RGB (Red+Green+Blue) = 141+122+75=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7A4B is #7285B4. Grayscale: #7A7A7A. Windows color (decimal): -7505333 or 4946573. OLE color: 4946573.

HSL color Cylindrical-coordinate representation of color #8D7A4B: hue angle of 42.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7A4B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 122 75 -
CMYK 0 0.13 0.47 0.45
HSL 42.73º 0.31% 0.42% -
HSV(B) 42.73º 0.47% 0.55% -
XYZ 19.21 20.09 9.52 -
YUV 122.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 141 122 75 0 0.13 0.47 0.45 42.73 0.31 0.42
Hex 8D 7A 4B 0 D 2F 2D 2B 1F 2A
Octal 215 172 113 0 15 57 55 53 37 52
Binary 10001101 1111010 1001011 0 1101 101111 101101 101011 11111 101010

Color Harmonies of #8D7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7A4B

Black with #8D7A4B

Text Example


Text Example

White with #8D7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7A4B; }

 p { color: rgb(141,122,75); }

 H1.HeaderClassName
 {
   color: #8D7A4B;
 }
 .AnyTagClassName
 {
   color: #8D7A4B;
 }
</style>

background-color css

<style>
 a { background-color: #8D7A4B; }

 a { background-color: rgb(141,122,75); }

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

border-color css

<style>
 span { border-color: #8D7A4B; }

 span { border-color: rgb(141,122,75); }

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