Html Css Color HEX #8B8254 Clay Creek

📋 copy color: '#8B8254'

red 139 ◦ green 130 ◦ blue 84

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

Shades of Clay Creek #8B8254

Tints of Clay Creek #8B8254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 39.38%
G = 36.83%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B8254 (or 0x8B8254) is known color: Clay Creek. HEX triplet: 8B, 82 and 54. RGB value is (139,130,84). Sum of RGB (Red+Green+Blue) = 139+130+84=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8254 is #747DAB. Grayscale: #7F7F7F. Windows color (decimal): -7634348 or 5538443. OLE color: 5538443.

HSL color Cylindrical-coordinate representation of color #8B8254: hue angle of 50.18º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8254 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 84 -
CMYK 0 0.06 0.40 0.45
HSL 50.18º 0.25% 0.44% -
HSV(B) 50.18º 0.4% 0.55% -
XYZ 20.23 22.09 11.59 -
YUV 127.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 139 130 84 0 0.06 0.40 0.45 50.18 0.25 0.44
Hex 8B 82 54 0 6 28 2D 32 19 2C
Octal 213 202 124 0 6 50 55 62 31 54
Binary 10001011 10000010 1010100 0 110 101000 101101 110010 11001 101100

Color Harmonies of #8B8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8254

Black with #8B8254

Text Example


Text Example

White with #8B8254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,84); }

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

background-color css

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

 a { background-color: rgb(139,130,84); }

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

border-color css

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

 span { border-color: rgb(139,130,84); }

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