Html Css Color HEX #8B8556 Clay Creek

📋 copy color: '#8B8556'

red 139 ◦ green 133 ◦ blue 86

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

Shades of Clay Creek #8B8556

Tints of Clay Creek #8B8556

RGB

 RED value IS 139 (54.69% from 255) = 38.83%

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 38.83%
G = 37.15%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B8556 (or 0x8B8556) is known color: Clay Creek. HEX triplet: 8B, 85 and 56. RGB value is (139,133,86). Sum of RGB (Red+Green+Blue) = 139+133+86=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8556 is #747AA9. Grayscale: #818181. Windows color (decimal): -7633578 or 5670283. OLE color: 5670283.

HSL color Cylindrical-coordinate representation of color #8B8556: hue angle of 53.21º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B8556 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 86 -
CMYK 0 0.04 0.38 0.45
HSL 53.21º 0.24% 0.44% -
HSV(B) 53.21º 0.38% 0.55% -
XYZ 20.71 22.94 12.14 -
YUV 129.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 139 133 86 0 0.04 0.38 0.45 53.21 0.24 0.44
Hex 8B 85 56 0 4 26 2D 35 18 2C
Octal 213 205 126 0 4 46 55 65 30 54
Binary 10001011 10000101 1010110 0 100 100110 101101 110101 11000 101100

Color Harmonies of #8B8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8556

Black with #8B8556

Text Example


Text Example

White with #8B8556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,133,86); }

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

background-color css

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

 a { background-color: rgb(139,133,86); }

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

border-color css

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

 span { border-color: rgb(139,133,86); }

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