Html Css Color HEX #8A8251 Clay Creek

📋 copy color: '#8A8251'

red 138 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #8A8251

Tints of Clay Creek #8A8251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 39.54%
G = 37.25%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A8251 (or 0x8A8251) is known color: Clay Creek. HEX triplet: 8A, 82 and 51. RGB value is (138,130,81). Sum of RGB (Red+Green+Blue) = 138+130+81=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8251 is #757DAE. Grayscale: #7F7F7F. Windows color (decimal): -7699887 or 5341834. OLE color: 5341834.

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

Color convert

RGB 138 130 81 -
CMYK 0 0.06 0.41 0.46
HSL 51.58º 0.26% 0.43% -
HSV(B) 51.58º 0.41% 0.54% -
XYZ 19.95 21.96 10.97 -
YUV 126.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 138 130 81 0 0.06 0.41 0.46 51.58 0.26 0.43
Hex 8A 82 51 0 6 29 2E 34 1A 2B
Octal 212 202 121 0 6 51 56 64 32 53
Binary 10001010 10000010 1010001 0 110 101001 101110 110100 11010 101011

Color Harmonies of #8A8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8251

Black with #8A8251

Text Example


Text Example

White with #8A8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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