Html Css Color HEX #8B7A4B Clay Creek

📋 copy color: '#8B7A4B'

red 139 ◦ green 122 ◦ blue 75

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

Shades of Clay Creek #8B7A4B

Tints of Clay Creek #8B7A4B

RGB

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

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

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

R = 41.37%
G = 36.31%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B7A4B (or 0x8B7A4B) is known color: Clay Creek. HEX triplet: 8B, 7A and 4B. RGB value is (139,122,75). Sum of RGB (Red+Green+Blue) = 139+122+75=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A4B is #7485B4. Grayscale: #797979. Windows color (decimal): -7636405 or 4946571. OLE color: 4946571.

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

Color convert

RGB 139 122 75 -
CMYK 0 0.12 0.46 0.45
HSL 44.06º 0.3% 0.42% -
HSV(B) 44.06º 0.46% 0.55% -
XYZ 18.88 19.92 9.51 -
YUV 121.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 139 122 75 0 0.12 0.46 0.45 44.06 0.3 0.42
Hex 8B 7A 4B 0 C 2E 2D 2C 1E 2A
Octal 213 172 113 0 14 56 55 54 36 52
Binary 10001011 1111010 1001011 0 1100 101110 101101 101100 11110 101010

Color Harmonies of #8B7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A4B

Black with #8B7A4B

Text Example


Text Example

White with #8B7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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