Html Css Color HEX #8B8553 Clay Creek

📋 copy color: '#8B8553'

red 139 ◦ green 133 ◦ blue 83

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

Shades of Clay Creek #8B8553

Tints of Clay Creek #8B8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 39.15%
G = 37.46%
B = 23.38%

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

#8B8553 (or 0x8B8553) is known color: Clay Creek. HEX triplet: 8B, 85 and 53. RGB value is (139,133,83). Sum of RGB (Red+Green+Blue) = 139+133+83=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8553 is #747AAC. Grayscale: #818181. Windows color (decimal): -7633581 or 5473675. OLE color: 5473675.

HSL color Cylindrical-coordinate representation of color #8B8553: hue angle of 53.57º 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 #8B8553 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 83 -
CMYK 0 0.04 0.40 0.45
HSL 53.57º 0.25% 0.44% -
HSV(B) 53.57º 0.4% 0.55% -
XYZ 20.6 22.89 11.52 -
YUV 129.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 139 133 83 0 0.04 0.40 0.45 53.57 0.25 0.44
Hex 8B 85 53 0 4 28 2D 36 19 2C
Octal 213 205 123 0 4 50 55 66 31 54
Binary 10001011 10000101 1010011 0 100 101000 101101 110110 11001 101100

Color Harmonies of #8B8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8553

Black with #8B8553

Text Example


Text Example

White with #8B8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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