Html Css Color HEX #8B855A Clay Creek

📋 copy color: '#8B855A'

red 139 ◦ green 133 ◦ blue 90

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

Shades of Clay Creek #8B855A

Tints of Clay Creek #8B855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 38.4%
G = 36.74%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B855A (or 0x8B855A) is known color: Clay Creek. HEX triplet: 8B, 85 and 5A. RGB value is (139,133,90). Sum of RGB (Red+Green+Blue) = 139+133+90=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855A is #747AA5. Grayscale: #828282. Windows color (decimal): -7633574 or 5932427. OLE color: 5932427.

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

Color convert

RGB 139 133 90 -
CMYK 0 0.04 0.35 0.45
HSL 52.65º 0.21% 0.45% -
HSV(B) 52.65º 0.35% 0.55% -
XYZ 20.88 23 13.01 -
YUV 129.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 139 133 90 0 0.04 0.35 0.45 52.65 0.21 0.45
Hex 8B 85 5A 0 4 23 2D 35 15 2D
Octal 213 205 132 0 4 43 55 65 25 55
Binary 10001011 10000101 1011010 0 100 100011 101101 110101 10101 101101

Color Harmonies of #8B855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B855A

Black with #8B855A

Text Example


Text Example

White with #8B855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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