Html Css Color HEX #8E835B Clay Creek

📋 copy color: '#8E835B'

red 142 ◦ green 131 ◦ blue 91

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

Shades of Clay Creek #8E835B

Tints of Clay Creek #8E835B

RGB

 RED value IS 142 (55.86% from 255) = 39.01%

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 39.01%
G = 35.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E835B (or 0x8E835B) is known color: Clay Creek. HEX triplet: 8E, 83 and 5B. RGB value is (142,131,91). Sum of RGB (Red+Green+Blue) = 142+131+91=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E835B is #717CA4. Grayscale: #818181. Windows color (decimal): -7437477 or 5997454. OLE color: 5997454.

HSL color Cylindrical-coordinate representation of color #8E835B: hue angle of 47.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E835B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 131 91 -
CMYK 0 0.08 0.36 0.44
HSL 47.06º 0.22% 0.46% -
HSV(B) 47.06º 0.36% 0.56% -
XYZ 21.16 22.74 13.17 -
YUV 129.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 142 131 91 0 0.08 0.36 0.44 47.06 0.22 0.46
Hex 8E 83 5B 0 8 24 2C 2F 16 2E
Octal 216 203 133 0 10 44 54 57 26 56
Binary 10001110 10000011 1011011 0 1000 100100 101100 101111 10110 101110

Color Harmonies of #8E835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E835B

Black with #8E835B

Text Example


Text Example

White with #8E835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,91); }

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

background-color css

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

 a { background-color: rgb(142,131,91); }

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

border-color css

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

 span { border-color: rgb(142,131,91); }

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