Html Css Color HEX #8B7F59 Clay Creek

📋 copy color: '#8B7F59'

red 139 ◦ green 127 ◦ blue 89

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

Shades of Clay Creek #8B7F59

Tints of Clay Creek #8B7F59

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 39.15%
G = 35.77%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B7F59 (or 0x8B7F59) is known color: Clay Creek. HEX triplet: 8B, 7F and 59. RGB value is (139,127,89). Sum of RGB (Red+Green+Blue) = 139+127+89=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F59 is #7480A6. Grayscale: #7E7E7E. Windows color (decimal): -7635111 or 5865355. OLE color: 5865355.

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

Color convert

RGB 139 127 89 -
CMYK 0 0.09 0.36 0.45
HSL 45.6º 0.22% 0.45% -
HSV(B) 45.6º 0.36% 0.55% -
XYZ 20.04 21.39 12.52 -
YUV 126.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 139 127 89 0 0.09 0.36 0.45 45.6 0.22 0.45
Hex 8B 7F 59 0 9 24 2D 2E 16 2D
Octal 213 177 131 0 11 44 55 56 26 55
Binary 10001011 1111111 1011001 0 1001 100100 101101 101110 10110 101101

Color Harmonies of #8B7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F59

Black with #8B7F59

Text Example


Text Example

White with #8B7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,89); }

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

background-color css

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

 a { background-color: rgb(139,127,89); }

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

border-color css

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

 span { border-color: rgb(139,127,89); }

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