Html Css Color HEX #8A834B Clay Creek

📋 copy color: '#8A834B'

red 138 ◦ green 131 ◦ blue 75

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

Shades of Clay Creek #8A834B

Tints of Clay Creek #8A834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 40.12%
G = 38.08%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A834B (or 0x8A834B) is known color: Clay Creek. HEX triplet: 8A, 83 and 4B. RGB value is (138,131,75). Sum of RGB (Red+Green+Blue) = 138+131+75=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A834B is #757CB4. Grayscale: #7E7E7E. Windows color (decimal): -7699637 or 4948874. OLE color: 4948874.

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

Color convert

RGB 138 131 75 -
CMYK 0 0.05 0.46 0.46
HSL 53.33º 0.3% 0.42% -
HSV(B) 53.33º 0.46% 0.54% -
XYZ 19.87 22.14 9.88 -
YUV 126.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 138 131 75 0 0.05 0.46 0.46 53.33 0.3 0.42
Hex 8A 83 4B 0 5 2E 2E 35 1E 2A
Octal 212 203 113 0 5 56 56 65 36 52
Binary 10001010 10000011 1001011 0 101 101110 101110 110101 11110 101010

Color Harmonies of #8A834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A834B

Black with #8A834B

Text Example


Text Example

White with #8A834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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