Html Css Color HEX #8A7D51 Clay Creek

📋 copy color: '#8A7D51'

red 138 ◦ green 125 ◦ blue 81

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

Shades of Clay Creek #8A7D51

Tints of Clay Creek #8A7D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 40.12%
G = 36.34%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A7D51 (or 0x8A7D51) is known color: Clay Creek. HEX triplet: 8A, 7D and 51. RGB value is (138,125,81). Sum of RGB (Red+Green+Blue) = 138+125+81=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7D51 is #7582AE. Grayscale: #7C7C7C. Windows color (decimal): -7701167 or 5340554. OLE color: 5340554.

HSL color Cylindrical-coordinate representation of color #8A7D51: hue angle of 46.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7D51 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 125 81 -
CMYK 0 0.09 0.41 0.46
HSL 46.32º 0.26% 0.43% -
HSV(B) 46.32º 0.41% 0.54% -
XYZ 19.3 20.66 10.76 -
YUV 123.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 138 125 81 0 0.09 0.41 0.46 46.32 0.26 0.43
Hex 8A 7D 51 0 9 29 2E 2E 1A 2B
Octal 212 175 121 0 11 51 56 56 32 53
Binary 10001010 1111101 1010001 0 1001 101001 101110 101110 11010 101011

Color Harmonies of #8A7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D51

Black with #8A7D51

Text Example


Text Example

White with #8A7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,81); }

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

background-color css

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

 a { background-color: rgb(138,125,81); }

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

border-color css

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

 span { border-color: rgb(138,125,81); }

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