Html Css Color HEX #89825A Clay Creek

📋 copy color: '#89825A'

red 137 ◦ green 130 ◦ blue 90

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

Shades of Clay Creek #89825A

Tints of Clay Creek #89825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 38.38%
G = 36.41%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89825A (or 0x89825A) is known color: Clay Creek. HEX triplet: 89, 82 and 5A. RGB value is (137,130,90). Sum of RGB (Red+Green+Blue) = 137+130+90=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89825A is #767DA5. Grayscale: #7F7F7F. Windows color (decimal): -7765414 or 5931657. OLE color: 5931657.

HSL color Cylindrical-coordinate representation of color #89825A: hue angle of 51.06º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89825A is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 90 -
CMYK 0 0.05 0.34 0.46
HSL 51.06º 0.21% 0.45% -
HSV(B) 51.06º 0.34% 0.54% -
XYZ 20.14 22.02 12.86 -
YUV 127.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 137 130 90 0 0.05 0.34 0.46 51.06 0.21 0.45
Hex 89 82 5A 0 5 22 2E 33 15 2D
Octal 211 202 132 0 5 42 56 63 25 55
Binary 10001001 10000010 1011010 0 101 100010 101110 110011 10101 101101

Color Harmonies of #89825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89825A

Black with #89825A

Text Example


Text Example

White with #89825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89825A; }

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

 H1.HeaderClassName
 {
   color: #89825A;
 }
 .AnyTagClassName
 {
   color: #89825A;
 }
</style>

background-color css

<style>
 a { background-color: #89825A; }

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

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

border-color css

<style>
 span { border-color: #89825A; }

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

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