Html Css Color HEX #8E824B Clay Creek

📋 copy color: '#8E824B'

red 142 ◦ green 130 ◦ blue 75

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

Shades of Clay Creek #8E824B

Tints of Clay Creek #8E824B

RGB

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

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

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

R = 40.92%
G = 37.46%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E824B (or 0x8E824B) is known color: Clay Creek. HEX triplet: 8E, 82 and 4B. RGB value is (142,130,75). Sum of RGB (Red+Green+Blue) = 142+130+75=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E824B is #717DB4. Grayscale: #7F7F7F. Windows color (decimal): -7437749 or 4948622. OLE color: 4948622.

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

Color convert

RGB 142 130 75 -
CMYK 0 0.08 0.47 0.44
HSL 49.25º 0.31% 0.43% -
HSV(B) 49.25º 0.47% 0.56% -
XYZ 20.41 22.22 9.87 -
YUV 127.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 142 130 75 0 0.08 0.47 0.44 49.25 0.31 0.43
Hex 8E 82 4B 0 8 2F 2C 31 1F 2B
Octal 216 202 113 0 10 57 54 61 37 53
Binary 10001110 10000010 1001011 0 1000 101111 101100 110001 11111 101011

Color Harmonies of #8E824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E824B

Black with #8E824B

Text Example


Text Example

White with #8E824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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