Html Css Color HEX #8A7C52 Clay Creek

📋 copy color: '#8A7C52'

red 138 ◦ green 124 ◦ blue 82

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

Shades of Clay Creek #8A7C52

Tints of Clay Creek #8A7C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 40.12%
G = 36.05%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A7C52 (or 0x8A7C52) is known color: Clay Creek. HEX triplet: 8A, 7C and 52. RGB value is (138,124,82). Sum of RGB (Red+Green+Blue) = 138+124+82=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C52 is #7583AD. Grayscale: #7B7B7B. Windows color (decimal): -7701422 or 5405834. OLE color: 5405834.

HSL color Cylindrical-coordinate representation of color #8A7C52: hue angle of 45º degrees, saturation: 0.25, 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 #8A7C52 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 82 -
CMYK 0 0.10 0.41 0.46
HSL 45º 0.25% 0.43% -
HSV(B) 45º 0.41% 0.54% -
XYZ 19.21 20.43 10.91 -
YUV 123.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 138 124 82 0 0.10 0.41 0.46 45 0.25 0.43
Hex 8A 7C 52 0 A 29 2E 2D 19 2B
Octal 212 174 122 0 12 51 56 55 31 53
Binary 10001010 1111100 1010010 0 1010 101001 101110 101101 11001 101011

Color Harmonies of #8A7C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C52

Black with #8A7C52

Text Example


Text Example

White with #8A7C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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