Html Css Color HEX #89552B Korma

📋 copy color: '#89552B'

red 137 ◦ green 85 ◦ blue 43

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

Shades of Korma #89552B

Tints of Korma #89552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 51.7%
G = 32.08%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89552B (or 0x89552B) is known color: Korma. HEX triplet: 89, 55 and 2B. RGB value is (137,85,43). Sum of RGB (Red+Green+Blue) = 137+85+43=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89552B is #76AAD4. Grayscale: #5F5F5F. Windows color (decimal): -7776981 or 2839945. OLE color: 2839945.

HSL color Cylindrical-coordinate representation of color #89552B: hue angle of 26.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89552B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 43 -
CMYK 0 0.38 0.69 0.46
HSL 26.81º 0.52% 0.35% -
HSV(B) 26.81º 0.69% 0.54% -
XYZ 14 11.99 3.86 -
YUV 95.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 137 85 43 0 0.38 0.69 0.46 26.81 0.52 0.35
Hex 89 55 2B 0 26 45 2E 1B 34 23
Octal 211 125 53 0 46 105 56 33 64 43
Binary 10001001 1010101 101011 0 100110 1000101 101110 11011 110100 100011

Color Harmonies of #89552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89552B

Black with #89552B

Text Example


Text Example

White with #89552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,85,43); }

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

background-color css

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

 a { background-color: rgb(137,85,43); }

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

border-color css

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

 span { border-color: rgb(137,85,43); }

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