Html Css Color HEX #8B7E4B Clay Creek

📋 copy color: '#8B7E4B'

red 139 ◦ green 126 ◦ blue 75

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

Shades of Clay Creek #8B7E4B

Tints of Clay Creek #8B7E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 40.88%
G = 37.06%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B7E4B (or 0x8B7E4B) is known color: Clay Creek. HEX triplet: 8B, 7E and 4B. RGB value is (139,126,75). Sum of RGB (Red+Green+Blue) = 139+126+75=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E4B is #7481B4. Grayscale: #7C7C7C. Windows color (decimal): -7635381 or 4947595. OLE color: 4947595.

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

Color convert

RGB 139 126 75 -
CMYK 0 0.09 0.46 0.45
HSL 47.81º 0.3% 0.42% -
HSV(B) 47.81º 0.46% 0.55% -
XYZ 19.38 20.92 9.67 -
YUV 124.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 139 126 75 0 0.09 0.46 0.45 47.81 0.3 0.42
Hex 8B 7E 4B 0 9 2E 2D 30 1E 2A
Octal 213 176 113 0 11 56 55 60 36 52
Binary 10001011 1111110 1001011 0 1001 101110 101101 110000 11110 101010

Color Harmonies of #8B7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7E4B

Black with #8B7E4B

Text Example


Text Example

White with #8B7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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