Html Css Color HEX #8D824B Clay Creek

📋 copy color: '#8D824B'

red 141 ◦ green 130 ◦ blue 75

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

Shades of Clay Creek #8D824B

Tints of Clay Creek #8D824B

RGB

 RED value IS 141 (55.47% from 255) = 40.75%

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

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

R = 40.75%
G = 37.57%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D824B (or 0x8D824B) is known color: Clay Creek. HEX triplet: 8D, 82 and 4B. RGB value is (141,130,75). Sum of RGB (Red+Green+Blue) = 141+130+75=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D824B is #727DB4. Grayscale: #7F7F7F. Windows color (decimal): -7503285 or 4948621. OLE color: 4948621.

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

Color convert

RGB 141 130 75 -
CMYK 0 0.08 0.47 0.45
HSL 50º 0.31% 0.42% -
HSV(B) 50º 0.47% 0.55% -
XYZ 20.24 22.14 9.86 -
YUV 127.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 141 130 75 0 0.08 0.47 0.45 50 0.31 0.42
Hex 8D 82 4B 0 8 2F 2D 32 1F 2A
Octal 215 202 113 0 10 57 55 62 37 52
Binary 10001101 10000010 1001011 0 1000 101111 101101 110010 11111 101010

Color Harmonies of #8D824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D824B

Black with #8D824B

Text Example


Text Example

White with #8D824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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