Html Css Color HEX #89532C Korma

📋 copy color: '#89532C'

red 137 ◦ green 83 ◦ blue 44

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

Shades of Korma #89532C

Tints of Korma #89532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 51.89%
G = 31.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89532C (or 0x89532C) is known color: Korma. HEX triplet: 89, 53 and 2C. RGB value is (137,83,44). Sum of RGB (Red+Green+Blue) = 137+83+44=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89532C is #76ACD3. Grayscale: #5E5E5E. Windows color (decimal): -7777492 or 2904969. OLE color: 2904969.

HSL color Cylindrical-coordinate representation of color #89532C: hue angle of 25.16º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89532C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 44 -
CMYK 0 0.39 0.68 0.46
HSL 25.16º 0.51% 0.35% -
HSV(B) 25.16º 0.68% 0.54% -
XYZ 13.86 11.69 3.91 -
YUV 94.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 137 83 44 0 0.39 0.68 0.46 25.16 0.51 0.35
Hex 89 53 2C 0 27 44 2E 19 33 23
Octal 211 123 54 0 47 104 56 31 63 43
Binary 10001001 1010011 101100 0 100111 1000100 101110 11001 110011 100011

Color Harmonies of #89532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89532C

Black with #89532C

Text Example


Text Example

White with #89532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89532C; }

 p { color: rgb(137,83,44); }

 H1.HeaderClassName
 {
   color: #89532C;
 }
 .AnyTagClassName
 {
   color: #89532C;
 }
</style>

background-color css

<style>
 a { background-color: #89532C; }

 a { background-color: rgb(137,83,44); }

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

border-color css

<style>
 span { border-color: #89532C; }

 span { border-color: rgb(137,83,44); }

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