Html Css Color HEX #895327 Korma

📋 copy color: '#895327'

red 137 ◦ green 83 ◦ blue 39

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

Shades of Korma #895327

Tints of Korma #895327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.06%

R = 52.9%
G = 32.05%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895327 (or 0x895327) is known color: Korma. HEX triplet: 89, 53 and 27. RGB value is (137,83,39). Sum of RGB (Red+Green+Blue) = 137+83+39=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895327 is #76ACD8. Grayscale: #5E5E5E. Windows color (decimal): -7777497 or 2577289. OLE color: 2577289.

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

Color convert

RGB 137 83 39 -
CMYK 0 0.39 0.72 0.46
HSL 26.94º 0.56% 0.35% -
HSV(B) 26.94º 0.72% 0.54% -
XYZ 13.78 11.65 3.44 -
YUV 94.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 137 83 39 0 0.39 0.72 0.46 26.94 0.56 0.35
Hex 89 53 27 0 27 48 2E 1B 38 23
Octal 211 123 47 0 47 110 56 33 70 43
Binary 10001001 1010011 100111 0 100111 1001000 101110 11011 111000 100011

Color Harmonies of #895327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895327

Black with #895327

Text Example


Text Example

White with #895327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895327; }

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

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

background-color css

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

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

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

border-color css

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

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

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