Html Css Color HEX #8A835A Clay Creek

📋 copy color: '#8A835A'

red 138 ◦ green 131 ◦ blue 90

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

Shades of Clay Creek #8A835A

Tints of Clay Creek #8A835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 38.44%
G = 36.49%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#8A835A (or 0x8A835A) is known color: Clay Creek. HEX triplet: 8A, 83 and 5A. RGB value is (138,131,90). Sum of RGB (Red+Green+Blue) = 138+131+90=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A835A is #757CA5. Grayscale: #808080. Windows color (decimal): -7699622 or 5931914. OLE color: 5931914.

HSL color Cylindrical-coordinate representation of color #8A835A: hue angle of 51.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A835A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 90 -
CMYK 0 0.05 0.35 0.46
HSL 51.25º 0.21% 0.45% -
HSV(B) 51.25º 0.35% 0.54% -
XYZ 20.44 22.37 12.91 -
YUV 128.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 138 131 90 0 0.05 0.35 0.46 51.25 0.21 0.45
Hex 8A 83 5A 0 5 23 2E 33 15 2D
Octal 212 203 132 0 5 43 56 63 25 55
Binary 10001010 10000011 1011010 0 101 100011 101110 110011 10101 101101

Color Harmonies of #8A835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A835A

Black with #8A835A

Text Example


Text Example

White with #8A835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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