Html Css Color HEX #8A7C45 Clay Creek

📋 copy color: '#8A7C45'

red 138 ◦ green 124 ◦ blue 69

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

Shades of Clay Creek #8A7C45

Tints of Clay Creek #8A7C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 41.69%
G = 37.46%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#8A7C45 (or 0x8A7C45) is known color: Clay Creek. HEX triplet: 8A, 7C and 45. RGB value is (138,124,69). Sum of RGB (Red+Green+Blue) = 138+124+69=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7C45 is #7583BA. Grayscale: #7A7A7A. Windows color (decimal): -7701435 or 4553866. OLE color: 4553866.

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

Color convert

RGB 138 124 69 -
CMYK 0 0.10 0.5 0.46
HSL 47.83º 0.33% 0.41% -
HSV(B) 47.83º 0.5% 0.54% -
XYZ 18.76 20.25 8.55 -
YUV 121.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 138 124 69 0 0.10 0.5 0.46 47.83 0.33 0.41
Hex 8A 7C 45 0 A 32 2E 30 21 29
Octal 212 174 105 0 12 62 56 60 41 51
Binary 10001010 1111100 1000101 0 1010 110010 101110 110000 100001 101001

Color Harmonies of #8A7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C45

Black with #8A7C45

Text Example


Text Example

White with #8A7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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