Html Css Color HEX #8B8558 Clay Creek

📋 copy color: '#8B8558'

red 139 ◦ green 133 ◦ blue 88

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

Shades of Clay Creek #8B8558

Tints of Clay Creek #8B8558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 38.61%
G = 36.94%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B8558 (or 0x8B8558) is known color: Clay Creek. HEX triplet: 8B, 85 and 58. RGB value is (139,133,88). Sum of RGB (Red+Green+Blue) = 139+133+88=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8558 is #747AA7. Grayscale: #818181. Windows color (decimal): -7633576 or 5801355. OLE color: 5801355.

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

Color convert

RGB 139 133 88 -
CMYK 0 0.04 0.37 0.45
HSL 52.94º 0.22% 0.45% -
HSV(B) 52.94º 0.37% 0.55% -
XYZ 20.8 22.97 12.57 -
YUV 129.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 139 133 88 0 0.04 0.37 0.45 52.94 0.22 0.45
Hex 8B 85 58 0 4 25 2D 35 16 2D
Octal 213 205 130 0 4 45 55 65 26 55
Binary 10001011 10000101 1011000 0 100 100101 101101 110101 10110 101101

Color Harmonies of #8B8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8558

Black with #8B8558

Text Example


Text Example

White with #8B8558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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