Html Css Color HEX #8A7C46 Clay Creek

📋 copy color: '#8A7C46'

red 138 ◦ green 124 ◦ blue 70

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

Shades of Clay Creek #8A7C46

Tints of Clay Creek #8A7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 41.57%
G = 37.35%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#8A7C46 (or 0x8A7C46) is known color: Clay Creek. HEX triplet: 8A, 7C and 46. RGB value is (138,124,70). Sum of RGB (Red+Green+Blue) = 138+124+70=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C46 is #7583B9. Grayscale: #7A7A7A. Windows color (decimal): -7701434 or 4619402. OLE color: 4619402.

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

Color convert

RGB 138 124 70 -
CMYK 0 0.10 0.49 0.46
HSL 47.65º 0.33% 0.41% -
HSV(B) 47.65º 0.49% 0.54% -
XYZ 18.79 20.26 8.71 -
YUV 122.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 138 124 70 0 0.10 0.49 0.46 47.65 0.33 0.41
Hex 8A 7C 46 0 A 31 2E 30 21 29
Octal 212 174 106 0 12 61 56 60 41 51
Binary 10001010 1111100 1000110 0 1010 110001 101110 110000 100001 101001

Color Harmonies of #8A7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C46

Black with #8A7C46

Text Example


Text Example

White with #8A7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,70); }

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

background-color css

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

 a { background-color: rgb(138,124,70); }

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

border-color css

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

 span { border-color: rgb(138,124,70); }

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