Html Css Color HEX #8B7D45 Clay Creek

📋 copy color: '#8B7D45'

red 139 ◦ green 125 ◦ blue 69

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

Shades of Clay Creek #8B7D45

Tints of Clay Creek #8B7D45

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 41.74%
G = 37.54%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8B7D45 (or 0x8B7D45) is known color: Clay Creek. HEX triplet: 8B, 7D and 45. RGB value is (139,125,69). Sum of RGB (Red+Green+Blue) = 139+125+69=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D45 is #7482BA. Grayscale: #7B7B7B. Windows color (decimal): -7635643 or 4554123. OLE color: 4554123.

HSL color Cylindrical-coordinate representation of color #8B7D45: hue angle of 48º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7D45 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 69 -
CMYK 0 0.10 0.50 0.45
HSL 48º 0.34% 0.41% -
HSV(B) 48º 0.5% 0.55% -
XYZ 19.06 20.59 8.6 -
YUV 122.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 139 125 69 0 0.10 0.50 0.45 48 0.34 0.41
Hex 8B 7D 45 0 A 32 2D 30 22 29
Octal 213 175 105 0 12 62 55 60 42 51
Binary 10001011 1111101 1000101 0 1010 110010 101101 110000 100010 101001

Color Harmonies of #8B7D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D45

Black with #8B7D45

Text Example


Text Example

White with #8B7D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,69); }

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

background-color css

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

 a { background-color: rgb(139,125,69); }

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

border-color css

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

 span { border-color: rgb(139,125,69); }

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