Html Css Color HEX #8C835B Clay Creek

📋 copy color: '#8C835B'

red 140 ◦ green 131 ◦ blue 91

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

Shades of Clay Creek #8C835B

Tints of Clay Creek #8C835B

RGB

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

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

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

R = 38.67%
G = 36.19%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C835B (or 0x8C835B) is known color: Clay Creek. HEX triplet: 8C, 83 and 5B. RGB value is (140,131,91). Sum of RGB (Red+Green+Blue) = 140+131+91=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C835B is #737CA4. Grayscale: #818181. Windows color (decimal): -7568549 or 5997452. OLE color: 5997452.

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

Color convert

RGB 140 131 91 -
CMYK 0 0.06 0.35 0.45
HSL 48.98º 0.21% 0.45% -
HSV(B) 48.98º 0.35% 0.55% -
XYZ 20.82 22.56 13.16 -
YUV 129.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 140 131 91 0 0.06 0.35 0.45 48.98 0.21 0.45
Hex 8C 83 5B 0 6 23 2D 31 15 2D
Octal 214 203 133 0 6 43 55 61 25 55
Binary 10001100 10000011 1011011 0 110 100011 101101 110001 10101 101101

Color Harmonies of #8C835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C835B

Black with #8C835B

Text Example


Text Example

White with #8C835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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