Html Css Color HEX #8B7A53 Clay Creek

📋 copy color: '#8B7A53'

red 139 ◦ green 122 ◦ blue 83

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

Shades of Clay Creek #8B7A53

Tints of Clay Creek #8B7A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 40.41%
G = 35.47%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B7A53 (or 0x8B7A53) is known color: Clay Creek. HEX triplet: 8B, 7A and 53. RGB value is (139,122,83). Sum of RGB (Red+Green+Blue) = 139+122+83=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A53 is #7485AC. Grayscale: #7A7A7A. Windows color (decimal): -7636397 or 5470859. OLE color: 5470859.

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

Color convert

RGB 139 122 83 -
CMYK 0 0.12 0.40 0.45
HSL 41.79º 0.25% 0.44% -
HSV(B) 41.79º 0.4% 0.55% -
XYZ 19.17 20.03 11.04 -
YUV 122.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 139 122 83 0 0.12 0.40 0.45 41.79 0.25 0.44
Hex 8B 7A 53 0 C 28 2D 2A 19 2C
Octal 213 172 123 0 14 50 55 52 31 54
Binary 10001011 1111010 1010011 0 1100 101000 101101 101010 11001 101100

Color Harmonies of #8B7A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A53

Black with #8B7A53

Text Example


Text Example

White with #8B7A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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