Html Css Color HEX #89674B Dark Wood

📋 copy color: '#89674B'

red 137 ◦ green 103 ◦ blue 75

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

Shades of Dark Wood #89674B

Tints of Dark Wood #89674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 43.49%
G = 32.7%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#89674B (or 0x89674B) is known color: Dark Wood. HEX triplet: 89, 67 and 4B. RGB value is (137,103,75). Sum of RGB (Red+Green+Blue) = 137+103+75=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89674B is #7698B4. Grayscale: #6E6E6E. Windows color (decimal): -7772341 or 4941705. OLE color: 4941705.

HSL color Cylindrical-coordinate representation of color #89674B: hue angle of 27.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89674B is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 103 75 -
CMYK 0 0.25 0.45 0.46
HSL 27.1º 0.29% 0.42% -
HSV(B) 27.1º 0.45% 0.54% -
XYZ 16.44 15.53 8.79 -
YUV 109.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 137 103 75 0 0.25 0.45 0.46 27.1 0.29 0.42
Hex 89 67 4B 0 19 2D 2E 1B 1D 2A
Octal 211 147 113 0 31 55 56 33 35 52
Binary 10001001 1100111 1001011 0 11001 101101 101110 11011 11101 101010

Color Harmonies of #89674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89674B

Black with #89674B

Text Example


Text Example

White with #89674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89674B; }

 p { color: rgb(137,103,75); }

 H1.HeaderClassName
 {
   color: #89674B;
 }
 .AnyTagClassName
 {
   color: #89674B;
 }
</style>

background-color css

<style>
 a { background-color: #89674B; }

 a { background-color: rgb(137,103,75); }

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

border-color css

<style>
 span { border-color: #89674B; }

 span { border-color: rgb(137,103,75); }

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