Html Css Color HEX #8A824A Clay Creek

📋 copy color: '#8A824A'

red 138 ◦ green 130 ◦ blue 74

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

Shades of Clay Creek #8A824A

Tints of Clay Creek #8A824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 40.35%
G = 38.01%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A824A (or 0x8A824A) is known color: Clay Creek. HEX triplet: 8A, 82 and 4A. RGB value is (138,130,74). Sum of RGB (Red+Green+Blue) = 138+130+74=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A824A is #757DB5. Grayscale: #7E7E7E. Windows color (decimal): -7699894 or 4883082. OLE color: 4883082.

HSL color Cylindrical-coordinate representation of color #8A824A: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A824A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 74 -
CMYK 0 0.06 0.46 0.46
HSL 52.5º 0.3% 0.42% -
HSV(B) 52.5º 0.46% 0.54% -
XYZ 19.7 21.86 9.66 -
YUV 126.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 138 130 74 0 0.06 0.46 0.46 52.5 0.3 0.42
Hex 8A 82 4A 0 6 2E 2E 34 1E 2A
Octal 212 202 112 0 6 56 56 64 36 52
Binary 10001010 10000010 1001010 0 110 101110 101110 110100 11110 101010

Color Harmonies of #8A824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A824A

Black with #8A824A

Text Example


Text Example

White with #8A824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,74); }

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

background-color css

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

 a { background-color: rgb(138,130,74); }

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

border-color css

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

 span { border-color: rgb(138,130,74); }

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