Html Css Color HEX #8B7C44 Clay Creek

📋 copy color: '#8B7C44'

red 139 ◦ green 124 ◦ blue 68

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

Shades of Clay Creek #8B7C44

Tints of Clay Creek #8B7C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 41.99%
G = 37.46%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8B7C44 (or 0x8B7C44) is known color: Clay Creek. HEX triplet: 8B, 7C and 44. RGB value is (139,124,68). Sum of RGB (Red+Green+Blue) = 139+124+68=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C44 is #7483BB. Grayscale: #7A7A7A. Windows color (decimal): -7635900 or 4488331. OLE color: 4488331.

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

Color convert

RGB 139 124 68 -
CMYK 0 0.11 0.51 0.45
HSL 47.32º 0.34% 0.41% -
HSV(B) 47.32º 0.51% 0.55% -
XYZ 18.9 20.32 8.4 -
YUV 122.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 139 124 68 0 0.11 0.51 0.45 47.32 0.34 0.41
Hex 8B 7C 44 0 B 33 2D 2F 22 29
Octal 213 174 104 0 13 63 55 57 42 51
Binary 10001011 1111100 1000100 0 1011 110011 101101 101111 100010 101001

Color Harmonies of #8B7C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7C44

Black with #8B7C44

Text Example


Text Example

White with #8B7C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,124,68); }

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

background-color css

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

 a { background-color: rgb(139,124,68); }

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

border-color css

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

 span { border-color: rgb(139,124,68); }

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