Html Css Color HEX #89824E Clay Creek

📋 copy color: '#89824E'

red 137 ◦ green 130 ◦ blue 78

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

Shades of Clay Creek #89824E

Tints of Clay Creek #89824E

RGB

 RED value IS 137 (53.91% from 255) = 39.71%

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 39.71%
G = 37.68%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#89824E (or 0x89824E) is known color: Clay Creek. HEX triplet: 89, 82 and 4E. RGB value is (137,130,78). Sum of RGB (Red+Green+Blue) = 137+130+78=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89824E is #767DB1. Grayscale: #7E7E7E. Windows color (decimal): -7765426 or 5145225. OLE color: 5145225.

HSL color Cylindrical-coordinate representation of color #89824E: hue angle of 52.88º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89824E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 78 -
CMYK 0 0.05 0.43 0.46
HSL 52.88º 0.27% 0.42% -
HSV(B) 52.88º 0.43% 0.54% -
XYZ 19.67 21.83 10.39 -
YUV 126.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 137 130 78 0 0.05 0.43 0.46 52.88 0.27 0.42
Hex 89 82 4E 0 5 2B 2E 35 1B 2A
Octal 211 202 116 0 5 53 56 65 33 52
Binary 10001001 10000010 1001110 0 101 101011 101110 110101 11011 101010

Color Harmonies of #89824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89824E

Black with #89824E

Text Example


Text Example

White with #89824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89824E; }

 p { color: rgb(137,130,78); }

 H1.HeaderClassName
 {
   color: #89824E;
 }
 .AnyTagClassName
 {
   color: #89824E;
 }
</style>

background-color css

<style>
 a { background-color: #89824E; }

 a { background-color: rgb(137,130,78); }

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

border-color css

<style>
 span { border-color: #89824E; }

 span { border-color: rgb(137,130,78); }

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