Html Css Color HEX #8A7B57 Clay Creek

📋 copy color: '#8A7B57'

red 138 ◦ green 123 ◦ blue 87

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

Shades of Clay Creek #8A7B57

Tints of Clay Creek #8A7B57

RGB

 RED value IS 138 (54.3% from 255) = 39.66%

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

 BLUE value IS 87 (34.38% from 255) = 25%

R = 39.66%
G = 35.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A7B57 (or 0x8A7B57) is known color: Clay Creek. HEX triplet: 8A, 7B and 57. RGB value is (138,123,87). Sum of RGB (Red+Green+Blue) = 138+123+87=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B57 is #7584A8. Grayscale: #7B7B7B. Windows color (decimal): -7701673 or 5733258. OLE color: 5733258.

HSL color Cylindrical-coordinate representation of color #8A7B57: hue angle of 42.35º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A7B57 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 123 87 -
CMYK 0 0.11 0.37 0.46
HSL 42.35º 0.23% 0.44% -
HSV(B) 42.35º 0.37% 0.54% -
XYZ 19.28 20.26 11.91 -
YUV 123.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 138 123 87 0 0.11 0.37 0.46 42.35 0.23 0.44
Hex 8A 7B 57 0 B 25 2E 2A 17 2C
Octal 212 173 127 0 13 45 56 52 27 54
Binary 10001010 1111011 1010111 0 1011 100101 101110 101010 10111 101100

Color Harmonies of #8A7B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7B57

Black with #8A7B57

Text Example


Text Example

White with #8A7B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,87); }

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

background-color css

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

 a { background-color: rgb(138,123,87); }

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

border-color css

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

 span { border-color: rgb(138,123,87); }

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