Html Css Color HEX #8B7E52 Clay Creek

📋 copy color: '#8B7E52'

red 139 ◦ green 126 ◦ blue 82

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

Shades of Clay Creek #8B7E52

Tints of Clay Creek #8B7E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 40.06%
G = 36.31%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8B7E52 (or 0x8B7E52) is known color: Clay Creek. HEX triplet: 8B, 7E and 52. RGB value is (139,126,82). Sum of RGB (Red+Green+Blue) = 139+126+82=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E52 is #7481AD. Grayscale: #7D7D7D. Windows color (decimal): -7635374 or 5406347. OLE color: 5406347.

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

Color convert

RGB 139 126 82 -
CMYK 0 0.09 0.41 0.45
HSL 46.32º 0.26% 0.43% -
HSV(B) 46.32º 0.41% 0.55% -
XYZ 19.63 21.02 11.01 -
YUV 124.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 139 126 82 0 0.09 0.41 0.45 46.32 0.26 0.43
Hex 8B 7E 52 0 9 29 2D 2E 1A 2B
Octal 213 176 122 0 11 51 55 56 32 53
Binary 10001011 1111110 1010010 0 1001 101001 101101 101110 11010 101011

Color Harmonies of #8B7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7E52

Black with #8B7E52

Text Example


Text Example

White with #8B7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,126,82); }

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

background-color css

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

 a { background-color: rgb(139,126,82); }

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

border-color css

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

 span { border-color: rgb(139,126,82); }

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