Html Css Color HEX #8C824B Clay Creek

📋 copy color: '#8C824B'

red 140 ◦ green 130 ◦ blue 75

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

Shades of Clay Creek #8C824B

Tints of Clay Creek #8C824B

RGB

 RED value IS 140 (55.08% from 255) = 40.58%

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

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

R = 40.58%
G = 37.68%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C824B (or 0x8C824B) is known color: Clay Creek. HEX triplet: 8C, 82 and 4B. RGB value is (140,130,75). Sum of RGB (Red+Green+Blue) = 140+130+75=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C824B is #737DB4. Grayscale: #7E7E7E. Windows color (decimal): -7568821 or 4948620. OLE color: 4948620.

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

Color convert

RGB 140 130 75 -
CMYK 0 0.07 0.46 0.45
HSL 50.77º 0.3% 0.42% -
HSV(B) 50.77º 0.46% 0.55% -
XYZ 20.07 22.05 9.85 -
YUV 126.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 140 130 75 0 0.07 0.46 0.45 50.77 0.3 0.42
Hex 8C 82 4B 0 7 2E 2D 33 1E 2A
Octal 214 202 113 0 7 56 55 63 36 52
Binary 10001100 10000010 1001011 0 111 101110 101101 110011 11110 101010

Color Harmonies of #8C824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C824B

Black with #8C824B

Text Example


Text Example

White with #8C824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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