Html Css Color HEX #89552F Korma

📋 copy color: '#89552F'

red 137 ◦ green 85 ◦ blue 47

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

Shades of Korma #89552F

Tints of Korma #89552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 50.93%
G = 31.6%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89552F (or 0x89552F) is known color: Korma. HEX triplet: 89, 55 and 2F. RGB value is (137,85,47). Sum of RGB (Red+Green+Blue) = 137+85+47=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89552F is #76AAD0. Grayscale: #606060. Windows color (decimal): -7776977 or 3102089. OLE color: 3102089.

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

Color convert

RGB 137 85 47 -
CMYK 0 0.38 0.66 0.46
HSL 25.33º 0.49% 0.36% -
HSV(B) 25.33º 0.66% 0.54% -
XYZ 14.08 12.02 4.27 -
YUV 96.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 137 85 47 0 0.38 0.66 0.46 25.33 0.49 0.36
Hex 89 55 2F 0 26 42 2E 19 31 24
Octal 211 125 57 0 46 102 56 31 61 44
Binary 10001001 1010101 101111 0 100110 1000010 101110 11001 110001 100100

Color Harmonies of #89552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89552F

Black with #89552F

Text Example


Text Example

White with #89552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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