Html Css Color HEX #8B7F4B Clay Creek

📋 copy color: '#8B7F4B'

red 139 ◦ green 127 ◦ blue 75

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

Shades of Clay Creek #8B7F4B

Tints of Clay Creek #8B7F4B

RGB

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

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

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

R = 40.76%
G = 37.24%
B = 21.99%

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

#8B7F4B (or 0x8B7F4B) is known color: Clay Creek. HEX triplet: 8B, 7F and 4B. RGB value is (139,127,75). Sum of RGB (Red+Green+Blue) = 139+127+75=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F4B is #7480B4. Grayscale: #7C7C7C. Windows color (decimal): -7635125 or 4947851. OLE color: 4947851.

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

Color convert

RGB 139 127 75 -
CMYK 0 0.09 0.46 0.45
HSL 48.75º 0.3% 0.42% -
HSV(B) 48.75º 0.46% 0.55% -
XYZ 19.51 21.18 9.72 -
YUV 124.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 139 127 75 0 0.09 0.46 0.45 48.75 0.3 0.42
Hex 8B 7F 4B 0 9 2E 2D 31 1E 2A
Octal 213 177 113 0 11 56 55 61 36 52
Binary 10001011 1111111 1001011 0 1001 101110 101101 110001 11110 101010

Color Harmonies of #8B7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F4B

Black with #8B7F4B

Text Example


Text Example

White with #8B7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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