Html Css Color HEX #89814D Clay Creek

📋 copy color: '#89814D'

red 137 ◦ green 129 ◦ blue 77

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

Shades of Clay Creek #89814D

Tints of Clay Creek #89814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 39.94%
G = 37.61%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89814D (or 0x89814D) is known color: Clay Creek. HEX triplet: 89, 81 and 4D. RGB value is (137,129,77). Sum of RGB (Red+Green+Blue) = 137+129+77=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89814D is #767EB2. Grayscale: #7D7D7D. Windows color (decimal): -7765683 or 5079433. OLE color: 5079433.

HSL color Cylindrical-coordinate representation of color #89814D: hue angle of 52º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89814D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 77 -
CMYK 0 0.06 0.44 0.46
HSL 52º 0.28% 0.42% -
HSV(B) 52º 0.44% 0.54% -
XYZ 19.51 21.55 10.15 -
YUV 125.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 137 129 77 0 0.06 0.44 0.46 52 0.28 0.42
Hex 89 81 4D 0 6 2C 2E 34 1C 2A
Octal 211 201 115 0 6 54 56 64 34 52
Binary 10001001 10000001 1001101 0 110 101100 101110 110100 11100 101010

Color Harmonies of #89814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89814D

Black with #89814D

Text Example


Text Example

White with #89814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89814D; }

 p { color: rgb(137,129,77); }

 H1.HeaderClassName
 {
   color: #89814D;
 }
 .AnyTagClassName
 {
   color: #89814D;
 }
</style>

background-color css

<style>
 a { background-color: #89814D; }

 a { background-color: rgb(137,129,77); }

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

border-color css

<style>
 span { border-color: #89814D; }

 span { border-color: rgb(137,129,77); }

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