Html Css Color HEX #8B8554 Clay Creek

📋 copy color: '#8B8554'

red 139 ◦ green 133 ◦ blue 84

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

Shades of Clay Creek #8B8554

Tints of Clay Creek #8B8554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.6%

R = 39.04%
G = 37.36%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B8554 (or 0x8B8554) is known color: Clay Creek. HEX triplet: 8B, 85 and 54. RGB value is (139,133,84). Sum of RGB (Red+Green+Blue) = 139+133+84=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8554 is #747AAB. Grayscale: #818181. Windows color (decimal): -7633580 or 5539211. OLE color: 5539211.

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

Color convert

RGB 139 133 84 -
CMYK 0 0.04 0.40 0.45
HSL 53.45º 0.25% 0.44% -
HSV(B) 53.45º 0.4% 0.55% -
XYZ 20.64 22.9 11.72 -
YUV 129.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 139 133 84 0 0.04 0.40 0.45 53.45 0.25 0.44
Hex 8B 85 54 0 4 28 2D 35 19 2C
Octal 213 205 124 0 4 50 55 65 31 54
Binary 10001011 10000101 1010100 0 100 101000 101101 110101 11001 101100

Color Harmonies of #8B8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8554

Black with #8B8554

Text Example


Text Example

White with #8B8554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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