Html Css Color HEX #8A824B Clay Creek

📋 copy color: '#8A824B'

red 138 ◦ green 130 ◦ blue 75

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

Shades of Clay Creek #8A824B

Tints of Clay Creek #8A824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 40.23%
G = 37.9%
B = 21.87%

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

#8A824B (or 0x8A824B) is known color: Clay Creek. HEX triplet: 8A, 82 and 4B. RGB value is (138,130,75). Sum of RGB (Red+Green+Blue) = 138+130+75=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A824B is #757DB4. Grayscale: #7E7E7E. Windows color (decimal): -7699893 or 4948618. OLE color: 4948618.

HSL color Cylindrical-coordinate representation of color #8A824B: hue angle of 52.38º 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 #8A824B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 75 -
CMYK 0 0.06 0.46 0.46
HSL 52.38º 0.3% 0.42% -
HSV(B) 52.38º 0.46% 0.54% -
XYZ 19.73 21.88 9.84 -
YUV 126.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 138 130 75 0 0.06 0.46 0.46 52.38 0.3 0.42
Hex 8A 82 4B 0 6 2E 2E 34 1E 2A
Octal 212 202 113 0 6 56 56 64 36 52
Binary 10001010 10000010 1001011 0 110 101110 101110 110100 11110 101010

Color Harmonies of #8A824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A824B

Black with #8A824B

Text Example


Text Example

White with #8A824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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